7#include <aws/route53-recovery-readiness/Route53RecoveryReadiness_EXPORTS.h>
8#include <aws/route53-recovery-readiness/Route53RecoveryReadinessRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/core/utils/memory/stl/AWSMap.h>
15namespace Route53RecoveryReadiness
42 template<
typename ReadinessCheckNameT = Aws::String>
43 void SetReadinessCheckName(ReadinessCheckNameT&& value) { m_readinessCheckNameHasBeenSet =
true; m_readinessCheckName = std::forward<ReadinessCheckNameT>(value); }
44 template<
typename ReadinessCheckNameT = Aws::String>
54 template<
typename ResourceSetNameT = Aws::String>
55 void SetResourceSetName(ResourceSetNameT&& value) { m_resourceSetNameHasBeenSet =
true; m_resourceSetName = std::forward<ResourceSetNameT>(value); }
56 template<
typename ResourceSetNameT = Aws::String>
64 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
65 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
66 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
68 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
70 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
76 bool m_readinessCheckNameHasBeenSet =
false;
79 bool m_resourceSetNameHasBeenSet =
false;
82 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