7#include <aws/directconnect/DirectConnect_EXPORTS.h>
8#include <aws/directconnect/DirectConnectRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14namespace DirectConnect
45 template<
typename ConnectionIdT = Aws::String>
46 void SetConnectionId(ConnectionIdT&& value) { m_connectionIdHasBeenSet =
true; m_connectionId = std::forward<ConnectionIdT>(value); }
47 template<
typename ConnectionIdT = Aws::String>
61 template<
typename SecretARNT = Aws::String>
62 void SetSecretARN(SecretARNT&& value) { m_secretARNHasBeenSet =
true; m_secretARN = std::forward<SecretARNT>(value); }
63 template<
typename SecretARNT = Aws::String>
77 template<
typename CknT = Aws::String>
78 void SetCkn(CknT&& value) { m_cknHasBeenSet =
true; m_ckn = std::forward<CknT>(value); }
79 template<
typename CknT = Aws::String>
93 template<
typename CakT = Aws::String>
94 void SetCak(CakT&& value) { m_cakHasBeenSet =
true; m_cak = std::forward<CakT>(value); }
95 template<
typename CakT = Aws::String>
101 bool m_connectionIdHasBeenSet =
false;
104 bool m_secretARNHasBeenSet =
false;
107 bool m_cknHasBeenSet =
false;
110 bool m_cakHasBeenSet =
false;
const Aws::String & GetCak() const
const Aws::String & GetSecretARN() const
bool SecretARNHasBeenSet() const
AssociateMacSecKeyRequest & WithConnectionId(ConnectionIdT &&value)
const Aws::String & GetConnectionId() const
AWS_DIRECTCONNECT_API Aws::Http::HeaderValueCollection GetRequestSpecificHeaders() const override
AssociateMacSecKeyRequest & WithSecretARN(SecretARNT &&value)
bool CknHasBeenSet() const
virtual const char * GetServiceRequestName() const override
void SetSecretARN(SecretARNT &&value)
void SetConnectionId(ConnectionIdT &&value)
void SetCkn(CknT &&value)
AWS_DIRECTCONNECT_API Aws::String SerializePayload() const override
AWS_DIRECTCONNECT_API AssociateMacSecKeyRequest()=default
bool CakHasBeenSet() const
AssociateMacSecKeyRequest & WithCak(CakT &&value)
bool ConnectionIdHasBeenSet() const
const Aws::String & GetCkn() const
void SetCak(CakT &&value)
AssociateMacSecKeyRequest & WithCkn(CknT &&value)
Aws::Map< Aws::String, Aws::String > HeaderValueCollection
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String