7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/vpc-lattice/model/TargetGroupType.h>
48 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
60 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
86 inline void SetVpcIdentifier(
const char* value) { m_vpcIdentifierHasBeenSet =
true; m_vpcIdentifier.assign(value); }
94 bool m_maxResultsHasBeenSet =
false;
97 bool m_nextTokenHasBeenSet =
false;
100 bool m_targetGroupTypeHasBeenSet =
false;
103 bool m_vpcIdentifierHasBeenSet =
false;
AWS_VPCLATTICE_API ListTargetGroupsRequest()
void SetVpcIdentifier(Aws::String &&value)
void SetVpcIdentifier(const char *value)
void SetTargetGroupType(const TargetGroupType &value)
ListTargetGroupsRequest & WithVpcIdentifier(Aws::String &&value)
AWS_VPCLATTICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
int GetMaxResults() const
void SetTargetGroupType(TargetGroupType &&value)
ListTargetGroupsRequest & WithMaxResults(int value)
ListTargetGroupsRequest & WithVpcIdentifier(const Aws::String &value)
ListTargetGroupsRequest & WithNextToken(Aws::String &&value)
ListTargetGroupsRequest & WithNextToken(const char *value)
bool NextTokenHasBeenSet() const
const TargetGroupType & GetTargetGroupType() const
void SetNextToken(Aws::String &&value)
ListTargetGroupsRequest & WithTargetGroupType(const TargetGroupType &value)
void SetMaxResults(int value)
void SetNextToken(const Aws::String &value)
virtual const char * GetServiceRequestName() const override
ListTargetGroupsRequest & WithNextToken(const Aws::String &value)
bool TargetGroupTypeHasBeenSet() const
ListTargetGroupsRequest & WithTargetGroupType(TargetGroupType &&value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
ListTargetGroupsRequest & WithVpcIdentifier(const char *value)
const Aws::String & GetVpcIdentifier() const
void SetVpcIdentifier(const Aws::String &value)
bool VpcIdentifierHasBeenSet() const
const Aws::String & GetNextToken() const
void SetNextToken(const char *value)
bool MaxResultsHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String