7#include <aws/connect/Connect_EXPORTS.h>
8#include <aws/core/http/HttpResponse.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename AssociationIdT = Aws::String>
38 m_associationIdHasBeenSet =
true;
39 m_associationId = std::forward<AssociationIdT>(value);
41 template <
typename AssociationIdT = Aws::String>
51 template <
typename RequestIdT = Aws::String>
53 m_requestIdHasBeenSet =
true;
54 m_requestId = std::forward<RequestIdT>(value);
56 template <
typename RequestIdT = Aws::String>
69 bool m_associationIdHasBeenSet =
false;
70 bool m_requestIdHasBeenSet =
false;
AWS_CONNECT_API AssociateSecurityKeyResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
AWS_CONNECT_API AssociateSecurityKeyResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AssociateSecurityKeyResult & WithRequestId(RequestIdT &&value)
AWS_CONNECT_API AssociateSecurityKeyResult()=default
const Aws::String & GetRequestId() const
void SetRequestId(RequestIdT &&value)
const Aws::String & GetAssociationId() const
AssociateSecurityKeyResult & WithAssociationId(AssociationIdT &&value)
void SetAssociationId(AssociationIdT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue