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
51 inline void SetCoreNetworkId(
const char* value) { m_coreNetworkIdHasBeenSet =
true; m_coreNetworkId.assign(value); }
77 inline void SetEdgeLocation(
const char* value) { m_edgeLocationHasBeenSet =
true; m_edgeLocation.assign(value); }
101 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
113 inline void SetNextToken(
const char* value) { m_nextTokenHasBeenSet =
true; m_nextToken.assign(value); }
121 bool m_coreNetworkIdHasBeenSet =
false;
124 bool m_attachmentTypeHasBeenSet =
false;
127 bool m_edgeLocationHasBeenSet =
false;
130 bool m_stateHasBeenSet =
false;
133 bool m_maxResultsHasBeenSet =
false;
136 bool m_nextTokenHasBeenSet =
false;
void SetNextToken(const char *value)
void SetNextToken(const Aws::String &value)
bool StateHasBeenSet() const
AWS_NETWORKMANAGER_API void AddQueryStringParameters(Aws::Http::URI &uri) const override
ListAttachmentsRequest & WithCoreNetworkId(const Aws::String &value)
const AttachmentState & GetState() const
void SetState(AttachmentState &&value)
void SetNextToken(Aws::String &&value)
void SetCoreNetworkId(const char *value)
void SetAttachmentType(const AttachmentType &value)
void SetEdgeLocation(Aws::String &&value)
virtual const char * GetServiceRequestName() const override
ListAttachmentsRequest & WithAttachmentType(AttachmentType &&value)
bool NextTokenHasBeenSet() const
const Aws::String & GetEdgeLocation() const
const AttachmentType & GetAttachmentType() const
ListAttachmentsRequest & WithEdgeLocation(const Aws::String &value)
ListAttachmentsRequest & WithMaxResults(int value)
bool AttachmentTypeHasBeenSet() const
ListAttachmentsRequest & WithEdgeLocation(const char *value)
void SetEdgeLocation(const Aws::String &value)
AWS_NETWORKMANAGER_API Aws::String SerializePayload() const override
bool CoreNetworkIdHasBeenSet() const
AWS_NETWORKMANAGER_API ListAttachmentsRequest()
void SetState(const AttachmentState &value)
const Aws::String & GetNextToken() const
void SetMaxResults(int value)
void SetEdgeLocation(const char *value)
ListAttachmentsRequest & WithCoreNetworkId(const char *value)
bool MaxResultsHasBeenSet() const
bool EdgeLocationHasBeenSet() const
ListAttachmentsRequest & WithCoreNetworkId(Aws::String &&value)
ListAttachmentsRequest & WithNextToken(const Aws::String &value)
const Aws::String & GetCoreNetworkId() const
ListAttachmentsRequest & WithNextToken(const char *value)
ListAttachmentsRequest & WithState(const AttachmentState &value)
void SetCoreNetworkId(const Aws::String &value)
void SetAttachmentType(AttachmentType &&value)
int GetMaxResults() const
ListAttachmentsRequest & WithNextToken(Aws::String &&value)
ListAttachmentsRequest & WithState(AttachmentState &&value)
ListAttachmentsRequest & WithAttachmentType(const AttachmentType &value)
ListAttachmentsRequest & WithEdgeLocation(Aws::String &&value)
void SetCoreNetworkId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String