7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/FunctionRuntime.h>
9#include <aws/cloudfront/model/KeyValueStoreAssociations.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename CommentT = Aws::String>
45 m_commentHasBeenSet =
true;
46 m_comment = std::forward<CommentT>(value);
48 template <
typename CommentT = Aws::String>
62 m_runtimeHasBeenSet =
true;
77 template <
typename KeyValueStoreAssociationsT = KeyValueStoreAssociations>
79 m_keyValueStoreAssociationsHasBeenSet =
true;
80 m_keyValueStoreAssociations = std::forward<KeyValueStoreAssociationsT>(value);
82 template <
typename KeyValueStoreAssociationsT = KeyValueStoreAssociations>
93 KeyValueStoreAssociations m_keyValueStoreAssociations;
94 bool m_commentHasBeenSet =
false;
95 bool m_runtimeHasBeenSet =
false;
96 bool m_keyValueStoreAssociationsHasBeenSet =
false;
bool RuntimeHasBeenSet() const
bool CommentHasBeenSet() const
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetKeyValueStoreAssociations(KeyValueStoreAssociationsT &&value)
FunctionConfig & WithKeyValueStoreAssociations(KeyValueStoreAssociationsT &&value)
FunctionRuntime GetRuntime() const
bool KeyValueStoreAssociationsHasBeenSet() const
AWS_CLOUDFRONT_API FunctionConfig(const Aws::Utils::Xml::XmlNode &xmlNode)
const KeyValueStoreAssociations & GetKeyValueStoreAssociations() const
AWS_CLOUDFRONT_API FunctionConfig()=default
void SetComment(CommentT &&value)
AWS_CLOUDFRONT_API FunctionConfig & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
FunctionConfig & WithRuntime(FunctionRuntime value)
void SetRuntime(FunctionRuntime value)
const Aws::String & GetComment() const
FunctionConfig & WithComment(CommentT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String