7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/cloudfront/model/FunctionConfig.h>
9#include <aws/cloudfront/model/FunctionStage.h>
10#include <aws/core/utils/DateTime.h>
11#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 IdT = Aws::String>
63 m_idHasBeenSet =
true;
64 m_id = std::forward<IdT>(value);
66 template <
typename IdT = Aws::String>
68 SetId(std::forward<IdT>(value));
77 template <
typename ConnectionFunctionConfigT = FunctionConfig>
79 m_connectionFunctionConfigHasBeenSet =
true;
80 m_connectionFunctionConfig = std::forward<ConnectionFunctionConfigT>(value);
82 template <
typename ConnectionFunctionConfigT = FunctionConfig>
95 template <
typename ConnectionFunctionArnT = Aws::String>
97 m_connectionFunctionArnHasBeenSet =
true;
98 m_connectionFunctionArn = std::forward<ConnectionFunctionArnT>(value);
100 template <
typename ConnectionFunctionArnT = Aws::String>
113 template <
typename StatusT = Aws::String>
115 m_statusHasBeenSet =
true;
116 m_status = std::forward<StatusT>(value);
118 template <
typename StatusT = Aws::String>
132 m_stageHasBeenSet =
true;
147 template <
typename CreatedTimeT = Aws::Utils::DateTime>
149 m_createdTimeHasBeenSet =
true;
150 m_createdTime = std::forward<CreatedTimeT>(value);
152 template <
typename CreatedTimeT = Aws::Utils::DateTime>
165 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
167 m_lastModifiedTimeHasBeenSet =
true;
168 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
170 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
192 bool m_nameHasBeenSet =
false;
193 bool m_idHasBeenSet =
false;
194 bool m_connectionFunctionConfigHasBeenSet =
false;
195 bool m_connectionFunctionArnHasBeenSet =
false;
196 bool m_statusHasBeenSet =
false;
197 bool m_stageHasBeenSet =
false;
198 bool m_createdTimeHasBeenSet =
false;
199 bool m_lastModifiedTimeHasBeenSet =
false;
ConnectionFunctionSummary & WithCreatedTime(CreatedTimeT &&value)
bool LastModifiedTimeHasBeenSet() const
bool CreatedTimeHasBeenSet() const
bool ConnectionFunctionConfigHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
bool StageHasBeenSet() const
ConnectionFunctionSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
void SetLastModifiedTime(LastModifiedTimeT &&value)
const FunctionConfig & GetConnectionFunctionConfig() const
const Aws::String & GetStatus() const
void SetCreatedTime(CreatedTimeT &&value)
ConnectionFunctionSummary & WithConnectionFunctionArn(ConnectionFunctionArnT &&value)
void SetName(NameT &&value)
FunctionStage GetStage() const
ConnectionFunctionSummary & WithConnectionFunctionConfig(ConnectionFunctionConfigT &&value)
const Aws::String & GetName() const
bool ConnectionFunctionArnHasBeenSet() const
ConnectionFunctionSummary & WithStatus(StatusT &&value)
bool StatusHasBeenSet() const
void SetConnectionFunctionConfig(ConnectionFunctionConfigT &&value)
AWS_CLOUDFRONT_API ConnectionFunctionSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::Utils::DateTime & GetLastModifiedTime() const
void SetStatus(StatusT &&value)
bool NameHasBeenSet() const
ConnectionFunctionSummary & WithName(NameT &&value)
ConnectionFunctionSummary & WithStage(FunctionStage value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
ConnectionFunctionSummary & WithId(IdT &&value)
bool IdHasBeenSet() const
const Aws::String & GetConnectionFunctionArn() const
AWS_CLOUDFRONT_API ConnectionFunctionSummary()=default
void SetConnectionFunctionArn(ConnectionFunctionArnT &&value)
const Aws::String & GetId() const
AWS_CLOUDFRONT_API ConnectionFunctionSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
void SetStage(FunctionStage value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String