7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/route53-recovery-readiness/Route53RecoveryReadinessRequest.h>
10#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
15namespace Route53RecoveryReadiness {
38 template <
typename ReadinessCheckNameT = Aws::String>
40 m_readinessCheckNameHasBeenSet =
true;
41 m_readinessCheckName = std::forward<ReadinessCheckNameT>(value);
43 template <
typename ReadinessCheckNameT = Aws::String>
56 template <
typename ResourceSetNameT = Aws::String>
58 m_resourceSetNameHasBeenSet =
true;
59 m_resourceSetName = std::forward<ResourceSetNameT>(value);
61 template <
typename ResourceSetNameT = Aws::String>
72 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
74 m_tagsHasBeenSet =
true;
75 m_tags = std::forward<TagsT>(value);
77 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
79 SetTags(std::forward<TagsT>(value));
82 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
84 m_tagsHasBeenSet =
true;
85 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
95 bool m_readinessCheckNameHasBeenSet =
false;
96 bool m_resourceSetNameHasBeenSet =
false;
97 bool m_tagsHasBeenSet =
false;
AWS_ROUTE53RECOVERYREADINESS_API CreateReadinessCheckRequest()=default
void SetTags(TagsT &&value)
bool ReadinessCheckNameHasBeenSet() const
void SetResourceSetName(ResourceSetNameT &&value)
void SetReadinessCheckName(ReadinessCheckNameT &&value)
virtual const char * GetServiceRequestName() const override
CreateReadinessCheckRequest & WithReadinessCheckName(ReadinessCheckNameT &&value)
const Aws::String & GetReadinessCheckName() const
const Aws::String & GetResourceSetName() const
bool TagsHasBeenSet() const
bool ResourceSetNameHasBeenSet() const
CreateReadinessCheckRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
CreateReadinessCheckRequest & WithTags(TagsT &&value)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
AWS_ROUTE53RECOVERYREADINESS_API Aws::String SerializePayload() const override
CreateReadinessCheckRequest & WithResourceSetName(ResourceSetNameT &&value)
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