7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
40 template <
typename CommentT = Aws::String>
42 m_commentHasBeenSet =
true;
43 m_comment = std::forward<CommentT>(value);
45 template <
typename CommentT = Aws::String>
58 template <
typename DefaultValueT = Aws::String>
60 m_defaultValueHasBeenSet =
true;
61 m_defaultValue = std::forward<DefaultValueT>(value);
63 template <
typename DefaultValueT = Aws::String>
77 m_requiredHasBeenSet =
true;
90 bool m_required{
false};
91 bool m_commentHasBeenSet =
false;
92 bool m_defaultValueHasBeenSet =
false;
93 bool m_requiredHasBeenSet =
false;
StringSchemaConfig & WithDefaultValue(DefaultValueT &&value)
bool DefaultValueHasBeenSet() const
AWS_CLOUDFRONT_API StringSchemaConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
AWS_CLOUDFRONT_API StringSchemaConfig()=default
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool RequiredHasBeenSet() const
StringSchemaConfig & WithRequired(bool value)
void SetRequired(bool value)
const Aws::String & GetDefaultValue() const
void SetComment(CommentT &&value)
bool CommentHasBeenSet() const
StringSchemaConfig & WithComment(CommentT &&value)
AWS_CLOUDFRONT_API StringSchemaConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetDefaultValue(DefaultValueT &&value)
const Aws::String & GetComment() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String