7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/cloudfront/model/FunctionConfig.h>
10#include <aws/cloudfront/model/FunctionMetadata.h>
49 template<
typename NameT = Aws::String>
50 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
51 template<
typename NameT = Aws::String>
61 template<
typename StatusT = Aws::String>
62 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
63 template<
typename StatusT = Aws::String>
73 template<
typename FunctionConfigT = FunctionConfig>
74 void SetFunctionConfig(FunctionConfigT&& value) { m_functionConfigHasBeenSet =
true; m_functionConfig = std::forward<FunctionConfigT>(value); }
75 template<
typename FunctionConfigT = FunctionConfig>
85 template<
typename FunctionMetadataT = FunctionMetadata>
86 void SetFunctionMetadata(FunctionMetadataT&& value) { m_functionMetadataHasBeenSet =
true; m_functionMetadata = std::forward<FunctionMetadataT>(value); }
87 template<
typename FunctionMetadataT = FunctionMetadata>
93 bool m_nameHasBeenSet =
false;
96 bool m_statusHasBeenSet =
false;
99 bool m_functionConfigHasBeenSet =
false;
102 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