7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/ssm/SSM_EXPORTS.h>
14template <
typename RESULT_TYPE>
15class AmazonWebServiceResult;
36 template <
typename ActivationIdT = Aws::String>
38 m_activationIdHasBeenSet =
true;
39 m_activationId = std::forward<ActivationIdT>(value);
41 template <
typename ActivationIdT = Aws::String>
54 template <
typename ActivationCodeT = Aws::String>
56 m_activationCodeHasBeenSet =
true;
57 m_activationCode = std::forward<ActivationCodeT>(value);
59 template <
typename ActivationCodeT = Aws::String>
69 template <
typename RequestIdT = Aws::String>
71 m_requestIdHasBeenSet =
true;
72 m_requestId = std::forward<RequestIdT>(value);
74 template <
typename RequestIdT = Aws::String>
89 bool m_activationIdHasBeenSet =
false;
90 bool m_activationCodeHasBeenSet =
false;
91 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetRequestId() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
AWS_SSM_API CreateActivationResult()=default
CreateActivationResult & WithActivationId(ActivationIdT &&value)
void SetActivationId(ActivationIdT &&value)
void SetRequestId(RequestIdT &&value)
const Aws::String & GetActivationCode() const
CreateActivationResult & WithActivationCode(ActivationCodeT &&value)
const Aws::String & GetActivationId() const
AWS_SSM_API CreateActivationResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
void SetActivationCode(ActivationCodeT &&value)
CreateActivationResult & WithRequestId(RequestIdT &&value)
AWS_SSM_API CreateActivationResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue