7#include <aws/route53/Route53_EXPORTS.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
45 template<
typename IdT = Aws::String>
46 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
47 template<
typename IdT = Aws::String>
60 template<
typename DocumentT = Aws::String>
61 void SetDocument(DocumentT&& value) { m_documentHasBeenSet =
true; m_document = std::forward<DocumentT>(value); }
62 template<
typename DocumentT = Aws::String>
73 template<
typename CommentT = Aws::String>
74 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
75 template<
typename CommentT = Aws::String>
81 bool m_idHasBeenSet =
false;
84 bool m_documentHasBeenSet =
false;
87 bool m_commentHasBeenSet =
false;
const Aws::String & GetComment() const
bool DocumentHasBeenSet() const
const Aws::String & GetDocument() const
virtual const char * GetServiceRequestName() const override
const Aws::String & GetId() const
AWS_ROUTE53_API CreateTrafficPolicyVersionRequest()=default
CreateTrafficPolicyVersionRequest & WithComment(CommentT &&value)
AWS_ROUTE53_API Aws::String SerializePayload() const override
CreateTrafficPolicyVersionRequest & WithDocument(DocumentT &&value)
bool CommentHasBeenSet() const
CreateTrafficPolicyVersionRequest & WithId(IdT &&value)
void SetDocument(DocumentT &&value)
void SetComment(CommentT &&value)
bool IdHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String