7#include <aws/core/http/HttpResponse.h>
8#include <aws/core/utils/memory/stl/AWSMap.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
15template <
typename RESULT_TYPE>
16class AmazonWebServiceResult;
23namespace Route53RecoveryReadiness {
37 template <
typename ReadinessCheckArnT = Aws::String>
39 m_readinessCheckArnHasBeenSet =
true;
40 m_readinessCheckArn = std::forward<ReadinessCheckArnT>(value);
42 template <
typename ReadinessCheckArnT = Aws::String>
54 template <
typename ReadinessCheckNameT = Aws::String>
56 m_readinessCheckNameHasBeenSet =
true;
57 m_readinessCheckName = std::forward<ReadinessCheckNameT>(value);
59 template <
typename ReadinessCheckNameT = Aws::String>
71 template <
typename ResourceSetT = Aws::String>
73 m_resourceSetHasBeenSet =
true;
74 m_resourceSet = std::forward<ResourceSetT>(value);
76 template <
typename ResourceSetT = Aws::String>
86 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
88 m_tagsHasBeenSet =
true;
89 m_tags = std::forward<TagsT>(value);
91 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
93 SetTags(std::forward<TagsT>(value));
96 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
98 m_tagsHasBeenSet =
true;
99 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
107 template <
typename RequestIdT = Aws::String>
109 m_requestIdHasBeenSet =
true;
110 m_requestId = std::forward<RequestIdT>(value);
112 template <
typename RequestIdT = Aws::String>
131 bool m_readinessCheckArnHasBeenSet =
false;
132 bool m_readinessCheckNameHasBeenSet =
false;
133 bool m_resourceSetHasBeenSet =
false;
134 bool m_tagsHasBeenSet =
false;
135 bool m_requestIdHasBeenSet =
false;
const Aws::String & GetResourceSet() const
AWS_ROUTE53RECOVERYREADINESS_API GetReadinessCheckResult()=default
AWS_ROUTE53RECOVERYREADINESS_API GetReadinessCheckResult & operator=(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetReadinessCheckResult & WithReadinessCheckArn(ReadinessCheckArnT &&value)
GetReadinessCheckResult & WithResourceSet(ResourceSetT &&value)
AWS_ROUTE53RECOVERYREADINESS_API GetReadinessCheckResult(const Aws::AmazonWebServiceResult< Aws::Utils::Json::JsonValue > &result)
GetReadinessCheckResult & WithReadinessCheckName(ReadinessCheckNameT &&value)
const Aws::String & GetReadinessCheckArn() const
void SetResourceSet(ResourceSetT &&value)
const Aws::String & GetRequestId() const
void SetReadinessCheckName(ReadinessCheckNameT &&value)
void SetReadinessCheckArn(ReadinessCheckArnT &&value)
const Aws::String & GetReadinessCheckName() const
void SetTags(TagsT &&value)
void SetRequestId(RequestIdT &&value)
GetReadinessCheckResult & WithTags(TagsT &&value)
GetReadinessCheckResult & WithRequestId(RequestIdT &&value)
GetReadinessCheckResult & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
Aws::Http::HttpResponseCode GetHttpResponseCode() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue