7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/FunctionRuntime.h>
10#include <aws/cloudfront/model/KeyValueStoreAssociations.h>
49 template<
typename CommentT = Aws::String>
50 void SetComment(CommentT&& value) { m_commentHasBeenSet =
true; m_comment = std::forward<CommentT>(value); }
51 template<
typename CommentT = Aws::String>
71 template<
typename KeyValueStoreAssociationsT = KeyValueStoreAssociations>
72 void SetKeyValueStoreAssociations(KeyValueStoreAssociationsT&& value) { m_keyValueStoreAssociationsHasBeenSet =
true; m_keyValueStoreAssociations = std::forward<KeyValueStoreAssociationsT>(value); }
73 template<
typename KeyValueStoreAssociationsT = KeyValueStoreAssociations>
79 bool m_commentHasBeenSet =
false;
82 bool m_runtimeHasBeenSet =
false;
84 KeyValueStoreAssociations m_keyValueStoreAssociations;
85 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