7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/interconnect/InterconnectRequest.h>
9#include <aws/interconnect/Interconnect_EXPORTS.h>
10#include <aws/interconnect/model/Provider.h>
15namespace Interconnect {
41 m_maxResultsHasBeenSet =
true;
57 template <
typename NextTokenT = Aws::String>
59 m_nextTokenHasBeenSet =
true;
60 m_nextToken = std::forward<NextTokenT>(value);
62 template <
typename NextTokenT = Aws::String>
76 template <
typename Prov
iderT = Prov
ider>
78 m_providerHasBeenSet =
true;
79 m_provider = std::forward<ProviderT>(value);
81 template <
typename Prov
iderT = Prov
ider>
95 template <
typename LocationT = Aws::String>
97 m_locationHasBeenSet =
true;
98 m_location = std::forward<LocationT>(value);
100 template <
typename LocationT = Aws::String>
114 bool m_maxResultsHasBeenSet =
false;
115 bool m_nextTokenHasBeenSet =
false;
116 bool m_providerHasBeenSet =
false;
117 bool m_locationHasBeenSet =
false;
AWS_INTERCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AWS_INTERCONNECT_API ListEnvironmentsRequest()=default
ListEnvironmentsRequest & WithLocation(LocationT &&value)
virtual const char * GetServiceRequestName() const override
ListEnvironmentsRequest & WithProvider(ProviderT &&value)
const Provider & GetProvider() const
int GetMaxResults() const
AWS_INTERCONNECT_API Aws::String SerializePayload() const override
void SetLocation(LocationT &&value)
void SetProvider(ProviderT &&value)
ListEnvironmentsRequest & WithNextToken(NextTokenT &&value)
bool ProviderHasBeenSet() const
bool NextTokenHasBeenSet() const
void SetNextToken(NextTokenT &&value)
const Aws::String & GetLocation() const
const Aws::String & GetNextToken() const
bool LocationHasBeenSet() const
bool MaxResultsHasBeenSet() const
void SetMaxResults(int value)
ListEnvironmentsRequest & WithMaxResults(int value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String