7#include <aws/directconnect/DirectConnect_EXPORTS.h>
8#include <aws/directconnect/DirectConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace DirectConnect
30 inline virtual const char*
GetServiceRequestName()
const override {
return "DescribeDirectConnectGatewayAssociations"; }
43 template<
typename AssociationIdT = Aws::String>
44 void SetAssociationId(AssociationIdT&& value) { m_associationIdHasBeenSet =
true; m_associationId = std::forward<AssociationIdT>(value); }
45 template<
typename AssociationIdT = Aws::String>
55 template<
typename AssociatedGatewayIdT = Aws::String>
56 void SetAssociatedGatewayId(AssociatedGatewayIdT&& value) { m_associatedGatewayIdHasBeenSet =
true; m_associatedGatewayId = std::forward<AssociatedGatewayIdT>(value); }
57 template<
typename AssociatedGatewayIdT = Aws::String>
67 template<
typename DirectConnectGatewayIdT = Aws::String>
68 void SetDirectConnectGatewayId(DirectConnectGatewayIdT&& value) { m_directConnectGatewayIdHasBeenSet =
true; m_directConnectGatewayId = std::forward<DirectConnectGatewayIdT>(value); }
69 template<
typename DirectConnectGatewayIdT = Aws::String>
82 inline void SetMaxResults(
int value) { m_maxResultsHasBeenSet =
true; m_maxResults = value; }
92 template<
typename NextTokenT = Aws::String>
93 void SetNextToken(NextTokenT&& value) { m_nextTokenHasBeenSet =
true; m_nextToken = std::forward<NextTokenT>(value); }
94 template<
typename NextTokenT = Aws::String>
104 template<
typename VirtualGatewayIdT = Aws::String>
105 void SetVirtualGatewayId(VirtualGatewayIdT&& value) { m_virtualGatewayIdHasBeenSet =
true; m_virtualGatewayId = std::forward<VirtualGatewayIdT>(value); }
106 template<
typename VirtualGatewayIdT = Aws::String>
112 bool m_associationIdHasBeenSet =
false;
115 bool m_associatedGatewayIdHasBeenSet =
false;
118 bool m_directConnectGatewayIdHasBeenSet =
false;
121 bool m_maxResultsHasBeenSet =
false;
124 bool m_nextTokenHasBeenSet =
false;
127 bool m_virtualGatewayIdHasBeenSet =
false;
const Aws::String & GetDirectConnectGatewayId() const
bool DirectConnectGatewayIdHasBeenSet() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetNextToken() const
DescribeDirectConnectGatewayAssociationsRequest & WithNextToken(NextTokenT &&value)
AWS_DIRECTCONNECT_API Aws::String SerializePayload() const override
bool VirtualGatewayIdHasBeenSet() const
DescribeDirectConnectGatewayAssociationsRequest & WithDirectConnectGatewayId(DirectConnectGatewayIdT &&value)
bool AssociatedGatewayIdHasBeenSet() const
const Aws::String & GetAssociatedGatewayId() const
DescribeDirectConnectGatewayAssociationsRequest & WithVirtualGatewayId(VirtualGatewayIdT &&value)
void SetMaxResults(int value)
DescribeDirectConnectGatewayAssociationsRequest & WithAssociationId(AssociationIdT &&value)
void SetDirectConnectGatewayId(DirectConnectGatewayIdT &&value)
void SetVirtualGatewayId(VirtualGatewayIdT &&value)
void SetNextToken(NextTokenT &&value)
DescribeDirectConnectGatewayAssociationsRequest & WithMaxResults(int value)
bool MaxResultsHasBeenSet() const
DescribeDirectConnectGatewayAssociationsRequest & WithAssociatedGatewayId(AssociatedGatewayIdT &&value)
void SetAssociationId(AssociationIdT &&value)
AWS_DIRECTCONNECT_API DescribeDirectConnectGatewayAssociationsRequest()=default
bool AssociationIdHasBeenSet() const
const Aws::String & GetVirtualGatewayId() const
void SetAssociatedGatewayId(AssociatedGatewayIdT &&value)
AWS_DIRECTCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
bool NextTokenHasBeenSet() const
int GetMaxResults() const
const Aws::String & GetAssociationId() const
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String