7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/FunctionConfig.h>
9#include <aws/cloudfront/model/FunctionMetadata.h>
10#include <aws/core/utils/memory/stl/AWSString.h>
43 template <
typename NameT = Aws::String>
45 m_nameHasBeenSet =
true;
46 m_name = std::forward<NameT>(value);
48 template <
typename NameT = Aws::String>
50 SetName(std::forward<NameT>(value));
61 template <
typename StatusT = Aws::String>
63 m_statusHasBeenSet =
true;
64 m_status = std::forward<StatusT>(value);
66 template <
typename StatusT = Aws::String>
79 template <
typename FunctionConfigT = FunctionConfig>
81 m_functionConfigHasBeenSet =
true;
82 m_functionConfig = std::forward<FunctionConfigT>(value);
84 template <
typename FunctionConfigT = FunctionConfig>
97 template <
typename FunctionMetadataT = FunctionMetadata>
99 m_functionMetadataHasBeenSet =
true;
100 m_functionMetadata = std::forward<FunctionMetadataT>(value);
102 template <
typename FunctionMetadataT = FunctionMetadata>
116 bool m_nameHasBeenSet =
false;
117 bool m_statusHasBeenSet =
false;
118 bool m_functionConfigHasBeenSet =
false;
119 bool m_functionMetadataHasBeenSet =
false;
void SetStatus(StatusT &&value)
void SetName(NameT &&value)
FunctionSummary & WithName(NameT &&value)
bool FunctionMetadataHasBeenSet() const
FunctionSummary & WithStatus(StatusT &&value)
AWS_CLOUDFRONT_API FunctionSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
const FunctionMetadata & GetFunctionMetadata() const
const FunctionConfig & GetFunctionConfig() const
FunctionSummary & WithFunctionConfig(FunctionConfigT &&value)
bool StatusHasBeenSet() const
void SetFunctionConfig(FunctionConfigT &&value)
bool FunctionConfigHasBeenSet() const
void SetFunctionMetadata(FunctionMetadataT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool NameHasBeenSet() const
AWS_CLOUDFRONT_API FunctionSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
FunctionSummary & WithFunctionMetadata(FunctionMetadataT &&value)
const Aws::String & GetStatus() const
AWS_CLOUDFRONT_API FunctionSummary()=default
const Aws::String & GetName() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String