7#include <aws/directconnect/DirectConnect_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSVector.h>
10#include <aws/directconnect/model/MacSecKey.h>
15template<
typename RESULT_TYPE>
16class AmazonWebServiceResult;
25namespace DirectConnect
70 inline void SetRequestId(
const char* value) { m_requestId.assign(value); }
DisassociateMacSecKeyResult & WithRequestId(const char *value)
void SetConnectionId(const char *value)
const Aws::Vector< MacSecKey > & GetMacSecKeys() const
void SetRequestId(const char *value)
DisassociateMacSecKeyResult & WithConnectionId(Aws::String &&value)
void SetMacSecKeys(Aws::Vector< MacSecKey > &&value)
DisassociateMacSecKeyResult & WithConnectionId(const char *value)
void SetConnectionId(const Aws::String &value)
DisassociateMacSecKeyResult & AddMacSecKeys(MacSecKey &&value)
DisassociateMacSecKeyResult & AddMacSecKeys(const MacSecKey &value)
DisassociateMacSecKeyResult & WithRequestId(Aws::String &&value)
void SetConnectionId(Aws::String &&value)
void SetRequestId(Aws::String &&value)
DisassociateMacSecKeyResult & WithMacSecKeys(const Aws::Vector< MacSecKey > &value)
AWS_DIRECTCONNECT_API DisassociateMacSecKeyResult()
const Aws::String & GetConnectionId() const
AWS_DIRECTCONNECT_API DisassociateMacSecKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetRequestId(const Aws::String &value)
DisassociateMacSecKeyResult & WithRequestId(const Aws::String &value)
void SetMacSecKeys(const Aws::Vector< MacSecKey > &value)
const Aws::String & GetRequestId() const
AWS_DIRECTCONNECT_API DisassociateMacSecKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
DisassociateMacSecKeyResult & WithConnectionId(const Aws::String &value)
DisassociateMacSecKeyResult & WithMacSecKeys(Aws::Vector< MacSecKey > &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
std::vector< T, Aws::Allocator< T > > Vector
Aws::Utils::Json::JsonValue JsonValue