7#include <aws/core/utils/UUID.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/interconnect/InterconnectRequest.h>
10#include <aws/interconnect/Interconnect_EXPORTS.h>
15namespace Interconnect {
40 template <
typename IdentifierT = Aws::String>
42 m_identifierHasBeenSet =
true;
43 m_identifier = std::forward<IdentifierT>(value);
45 template <
typename IdentifierT = Aws::String>
58 template <
typename DescriptionT = Aws::String>
60 m_descriptionHasBeenSet =
true;
61 m_description = std::forward<DescriptionT>(value);
63 template <
typename DescriptionT = Aws::String>
78 template <
typename Bandw
idthT = Aws::String>
80 m_bandwidthHasBeenSet =
true;
81 m_bandwidth = std::forward<BandwidthT>(value);
83 template <
typename Bandw
idthT = Aws::String>
96 template <
typename ClientTokenT = Aws::String>
98 m_clientTokenHasBeenSet =
true;
99 m_clientToken = std::forward<ClientTokenT>(value);
101 template <
typename ClientTokenT = Aws::String>
115 bool m_identifierHasBeenSet =
false;
116 bool m_descriptionHasBeenSet =
false;
117 bool m_bandwidthHasBeenSet =
false;
118 bool m_clientTokenHasBeenSet =
true;
UpdateConnectionRequest & WithClientToken(ClientTokenT &&value)
bool IdentifierHasBeenSet() const
AWS_INTERCONNECT_API UpdateConnectionRequest()=default
void SetClientToken(ClientTokenT &&value)
bool DescriptionHasBeenSet() const
UpdateConnectionRequest & WithDescription(DescriptionT &&value)
const Aws::String & GetBandwidth() const
UpdateConnectionRequest & WithIdentifier(IdentifierT &&value)
UpdateConnectionRequest & WithBandwidth(BandwidthT &&value)
AWS_INTERCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
void SetBandwidth(BandwidthT &&value)
void SetIdentifier(IdentifierT &&value)
AWS_INTERCONNECT_API Aws::String SerializePayload() const override
virtual const char * GetServiceRequestName() const override
bool ClientTokenHasBeenSet() const
const Aws::String & GetIdentifier() const
const Aws::String & GetDescription() const
const Aws::String & GetClientToken() const
void SetDescription(DescriptionT &&value)
bool BandwidthHasBeenSet() const
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String