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/AttachPoint.h>
11#include <aws/interconnect/model/ConnectionState.h>
12#include <aws/interconnect/model/Provider.h>
17namespace Interconnect {
43 m_maxResultsHasBeenSet =
true;
59 template <
typename NextTokenT = Aws::String>
61 m_nextTokenHasBeenSet =
true;
62 m_nextToken = std::forward<NextTokenT>(value);
64 template <
typename NextTokenT = Aws::String>
79 m_stateHasBeenSet =
true;
95 template <
typename EnvironmentIdT = Aws::String>
97 m_environmentIdHasBeenSet =
true;
98 m_environmentId = std::forward<EnvironmentIdT>(value);
100 template <
typename EnvironmentIdT = Aws::String>
114 template <
typename Prov
iderT = Prov
ider>
116 m_providerHasBeenSet =
true;
117 m_provider = std::forward<ProviderT>(value);
119 template <
typename Prov
iderT = Prov
ider>
133 template <
typename AttachPo
intT = AttachPo
int>
135 m_attachPointHasBeenSet =
true;
136 m_attachPoint = std::forward<AttachPointT>(value);
138 template <
typename AttachPo
intT = AttachPo
int>
155 AttachPoint m_attachPoint;
156 bool m_maxResultsHasBeenSet =
false;
157 bool m_nextTokenHasBeenSet =
false;
158 bool m_stateHasBeenSet =
false;
159 bool m_environmentIdHasBeenSet =
false;
160 bool m_providerHasBeenSet =
false;
161 bool m_attachPointHasBeenSet =
false;
const Aws::String & GetEnvironmentId() const
void SetMaxResults(int value)
int GetMaxResults() const
bool EnvironmentIdHasBeenSet() const
bool ProviderHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetState(ConnectionState value)
ListConnectionsRequest & WithEnvironmentId(EnvironmentIdT &&value)
ListConnectionsRequest & WithMaxResults(int value)
void SetEnvironmentId(EnvironmentIdT &&value)
ListConnectionsRequest & WithAttachPoint(AttachPointT &&value)
void SetProvider(ProviderT &&value)
ListConnectionsRequest & WithProvider(ProviderT &&value)
void SetAttachPoint(AttachPointT &&value)
const Aws::String & GetNextToken() const
AWS_INTERCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
ListConnectionsRequest & WithNextToken(NextTokenT &&value)
bool StateHasBeenSet() const
const Provider & GetProvider() const
void SetNextToken(NextTokenT &&value)
AWS_INTERCONNECT_API Aws::String SerializePayload() const override
const AttachPoint & GetAttachPoint() const
AWS_INTERCONNECT_API ListConnectionsRequest()=default
bool AttachPointHasBeenSet() const
ListConnectionsRequest & WithState(ConnectionState value)
ConnectionState GetState() const
bool MaxResultsHasBeenSet() const
bool NextTokenHasBeenSet() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String