7#include <aws/networkmanager/NetworkManager_EXPORTS.h>
8#include <aws/networkmanager/NetworkManagerRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/networkmanager/model/AttachmentType.h>
11#include <aws/networkmanager/model/AttachmentState.h>
20namespace NetworkManager
49 template<
typename CoreNetworkIdT = Aws::String>
50 void SetCoreNetworkId(CoreNetworkIdT&& value) { m_coreNetworkIdHasBeenSet =
true; m_coreNetworkId = std::forward<CoreNetworkIdT>(value); }
51 template<
typename CoreNetworkIdT = Aws::String>
71 template<
typename EdgeLocationT = Aws::String>
72 void SetEdgeLocation(EdgeLocationT&& value) { m_edgeLocationHasBeenSet =
true; m_edgeLocation = std::forward<EdgeLocationT>(value); }
73 template<
typename EdgeLocationT = Aws::String>
93 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
103 template<
typename NextTokenT = Aws::String>
104 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
105 template<
typename NextTokenT = Aws::String>
111 bool m_coreNetworkIdHasBeenSet =
false;
114 bool m_attachmentTypeHasBeenSet =
false;
117 bool m_edgeLocationHasBeenSet =
false;
120 bool m_stateHasBeenSet =
false;
123 bool m_maxResultsHasBeenSet =
false;
126 bool m_nextTokenHasBeenSet =
false;
bool StateHasBeenSet() const
AWS_NETWORKMANAGER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
AttachmentType GetAttachmentType() const
ListAttachmentsRequest & WithState(AttachmentState value)
void SetCoreNetworkId(CoreNetworkIdT &&value)
virtual const char * GetServiceRequestName() const override
bool NextTokenHasBeenSet() const
ListAttachmentsRequest & WithNextToken(NextTokenT &&value)
const Aws::String & GetEdgeLocation() const
ListAttachmentsRequest & WithMaxResults(int value)
bool AttachmentTypeHasBeenSet() const
void SetAttachmentType(AttachmentType value)
ListAttachmentsRequest & WithAttachmentType(AttachmentType value)
void SetNextToken(NextTokenT &&value)
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
bool CoreNetworkIdHasBeenSet() const
AttachmentState GetState() const
void SetEdgeLocation(EdgeLocationT &&value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
AWS_NETWORKMANAGER_API ListAttachmentsRequest()=default
bool MaxResultsHasBeenSet() const
bool EdgeLocationHasBeenSet() const
ListAttachmentsRequest & WithEdgeLocation(EdgeLocationT &&value)
const Aws::String & GetCoreNetworkId() const
void SetState(AttachmentState value)
ListAttachmentsRequest & WithCoreNetworkId(CoreNetworkIdT &&value)
int GetMaxResults() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String