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 ClientTokenT = Aws::String>
60 m_clientTokenHasBeenSet =
true;
61 m_clientToken = std::forward<ClientTokenT>(value);
63 template <
typename ClientTokenT = Aws::String>
73 bool m_identifierHasBeenSet =
false;
74 bool m_clientTokenHasBeenSet =
true;
virtual const char * GetServiceRequestName() const override
void SetIdentifier(IdentifierT &&value)
AWS_INTERCONNECT_API DeleteConnectionRequest()=default
const Aws::String & GetIdentifier() const
const Aws::String & GetClientToken() const
DeleteConnectionRequest & WithClientToken(ClientTokenT &&value)
DeleteConnectionRequest & WithIdentifier(IdentifierT &&value)
AWS_INTERCONNECT_API Aws::String SerializePayload() const override
void SetClientToken(ClientTokenT &&value)
bool ClientTokenHasBeenSet() const
bool IdentifierHasBeenSet() const
AWS_INTERCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
static Aws::Utils::UUID PseudoRandomUUID()
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String