7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/vpc-lattice/VPCLatticeRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
47 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
57 template<
typename NextTokenT = Aws::String>
58 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
59 template<
typename NextTokenT = Aws::String>
69 template<
typename ResourceConfigurationGroupIdentifierT = Aws::String>
70 void SetResourceConfigurationGroupIdentifier(ResourceConfigurationGroupIdentifierT&& value) { m_resourceConfigurationGroupIdentifierHasBeenSet =
true; m_resourceConfigurationGroupIdentifier = std::forward<ResourceConfigurationGroupIdentifierT>(value); }
71 template<
typename ResourceConfigurationGroupIdentifierT = Aws::String>
81 template<
typename ResourceGatewayIdentifierT = Aws::String>
82 void SetResourceGatewayIdentifier(ResourceGatewayIdentifierT&& value) { m_resourceGatewayIdentifierHasBeenSet =
true; m_resourceGatewayIdentifier = std::forward<ResourceGatewayIdentifierT>(value); }
83 template<
typename ResourceGatewayIdentifierT = Aws::String>
89 bool m_maxResultsHasBeenSet =
false;
92 bool m_nextTokenHasBeenSet =
false;
95 bool m_resourceConfigurationGroupIdentifierHasBeenSet =
false;
98 bool m_resourceGatewayIdentifierHasBeenSet =
false;
ListResourceConfigurationsRequest & WithMaxResults(int value)
ListResourceConfigurationsRequest & WithNextToken(NextTokenT &&value)
bool ResourceGatewayIdentifierHasBeenSet() const
ListResourceConfigurationsRequest & WithResourceConfigurationGroupIdentifier(ResourceConfigurationGroupIdentifierT &&value)
void SetResourceConfigurationGroupIdentifier(ResourceConfigurationGroupIdentifierT &&value)
void SetMaxResults(int value)
const Aws::String & GetNextToken() const
bool NextTokenHasBeenSet() const
bool MaxResultsHasBeenSet() const
const Aws::String & GetResourceConfigurationGroupIdentifier() const
virtual const char * GetServiceRequestName() const override
int GetMaxResults() const
AWS_VPCLATTICE_API ListResourceConfigurationsRequest()=default
void SetNextToken(NextTokenT &&value)
void SetResourceGatewayIdentifier(ResourceGatewayIdentifierT &&value)
AWS_VPCLATTICE_API Aws::String SerializePayload() const override
const Aws::String & GetResourceGatewayIdentifier() const
ListResourceConfigurationsRequest & WithResourceGatewayIdentifier(ResourceGatewayIdentifierT &&value)
AWS_VPCLATTICE_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
bool ResourceConfigurationGroupIdentifierHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String