7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/route53/Route53Request.h>
9#include <aws/route53/Route53_EXPORTS.h>
41 template <
typename NameT = Aws::String>
43 m_nameHasBeenSet =
true;
44 m_name = std::forward<NameT>(value);
46 template <
typename NameT = Aws::String>
48 SetName(std::forward<NameT>(value));
62 template <
typename DocumentT = Aws::String>
64 m_documentHasBeenSet =
true;
65 m_document = std::forward<DocumentT>(value);
67 template <
typename DocumentT = Aws::String>
81 template <
typename CommentT = Aws::String>
83 m_commentHasBeenSet =
true;
84 m_comment = std::forward<CommentT>(value);
86 template <
typename CommentT = Aws::String>
94 bool m_nameHasBeenSet =
false;
97 bool m_documentHasBeenSet =
false;
100 bool m_commentHasBeenSet =
false;
bool NameHasBeenSet() const
AWS_ROUTE53_API CreateTrafficPolicyRequest()=default
const Aws::String & GetName() const
CreateTrafficPolicyRequest & WithDocument(DocumentT &&value)
const Aws::String & GetComment() const
virtual const char * GetServiceRequestName() const override
AWS_ROUTE53_API Aws::String SerializePayload() const override
void SetDocument(DocumentT &&value)
bool CommentHasBeenSet() const
void SetComment(CommentT &&value)
bool DocumentHasBeenSet() const
CreateTrafficPolicyRequest & WithComment(CommentT &&value)
const Aws::String & GetDocument() const
CreateTrafficPolicyRequest & WithName(NameT &&value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String