7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/DateTime.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
42 template <
typename IdT = Aws::String>
44 m_idHasBeenSet =
true;
45 m_id = std::forward<IdT>(value);
47 template <
typename IdT = Aws::String>
49 SetId(std::forward<IdT>(value));
60 template <
typename NameT = Aws::String>
62 m_nameHasBeenSet =
true;
63 m_name = std::forward<NameT>(value);
65 template <
typename NameT = Aws::String>
67 SetName(std::forward<NameT>(value));
78 template <
typename ArnT = Aws::String>
80 m_arnHasBeenSet =
true;
81 m_arn = std::forward<ArnT>(value);
83 template <
typename ArnT = Aws::String>
85 SetArn(std::forward<ArnT>(value));
97 template <
typename RoutingEndpo
intT = Aws::String>
99 m_routingEndpointHasBeenSet =
true;
100 m_routingEndpoint = std::forward<RoutingEndpointT>(value);
102 template <
typename RoutingEndpo
intT = Aws::String>
115 template <
typename CreatedTimeT = Aws::Utils::DateTime>
117 m_createdTimeHasBeenSet =
true;
118 m_createdTime = std::forward<CreatedTimeT>(value);
120 template <
typename CreatedTimeT = Aws::Utils::DateTime>
133 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
135 m_lastModifiedTimeHasBeenSet =
true;
136 m_lastModifiedTime = std::forward<LastModifiedTimeT>(value);
138 template <
typename LastModifiedTimeT = Aws::Utils::DateTime>
151 template <
typename ETagT = Aws::String>
153 m_eTagHasBeenSet =
true;
154 m_eTag = std::forward<ETagT>(value);
156 template <
typename ETagT = Aws::String>
158 SetETag(std::forward<ETagT>(value));
169 template <
typename AnycastIpListIdT = Aws::String>
171 m_anycastIpListIdHasBeenSet =
true;
172 m_anycastIpListId = std::forward<AnycastIpListIdT>(value);
174 template <
typename AnycastIpListIdT = Aws::String>
188 m_enabledHasBeenSet =
true;
203 template <
typename StatusT = Aws::String>
205 m_statusHasBeenSet =
true;
206 m_status = std::forward<StatusT>(value);
208 template <
typename StatusT = Aws::String>
223 m_isDefaultHasBeenSet =
true;
248 bool m_enabled{
false};
252 bool m_isDefault{
false};
253 bool m_idHasBeenSet =
false;
254 bool m_nameHasBeenSet =
false;
255 bool m_arnHasBeenSet =
false;
256 bool m_routingEndpointHasBeenSet =
false;
257 bool m_createdTimeHasBeenSet =
false;
258 bool m_lastModifiedTimeHasBeenSet =
false;
259 bool m_eTagHasBeenSet =
false;
260 bool m_anycastIpListIdHasBeenSet =
false;
261 bool m_enabledHasBeenSet =
false;
262 bool m_statusHasBeenSet =
false;
263 bool m_isDefaultHasBeenSet =
false;
const Aws::String & GetAnycastIpListId() const
const Aws::String & GetStatus() const
ConnectionGroupSummary & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetArn() const
bool NameHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedTime() const
bool RoutingEndpointHasBeenSet() const
void SetEnabled(bool value)
ConnectionGroupSummary & WithRoutingEndpoint(RoutingEndpointT &&value)
bool LastModifiedTimeHasBeenSet() const
bool CreatedTimeHasBeenSet() const
ConnectionGroupSummary & WithEnabled(bool value)
ConnectionGroupSummary & WithStatus(StatusT &&value)
bool IdHasBeenSet() const
bool AnycastIpListIdHasBeenSet() const
const Aws::String & GetRoutingEndpoint() const
bool ETagHasBeenSet() const
const Aws::Utils::DateTime & GetLastModifiedTime() const
ConnectionGroupSummary & WithAnycastIpListId(AnycastIpListIdT &&value)
void SetRoutingEndpoint(RoutingEndpointT &&value)
void SetAnycastIpListId(AnycastIpListIdT &&value)
AWS_CLOUDFRONT_API ConnectionGroupSummary()=default
void SetArn(ArnT &&value)
ConnectionGroupSummary & WithId(IdT &&value)
bool EnabledHasBeenSet() const
void SetCreatedTime(CreatedTimeT &&value)
bool GetIsDefault() const
void SetName(NameT &&value)
void SetIsDefault(bool value)
const Aws::String & GetETag() const
void SetStatus(StatusT &&value)
AWS_CLOUDFRONT_API ConnectionGroupSummary(const Aws::Utils::Xml::XmlNode &xmlNode)
ConnectionGroupSummary & WithArn(ArnT &&value)
const Aws::String & GetId() const
ConnectionGroupSummary & WithIsDefault(bool value)
bool StatusHasBeenSet() const
ConnectionGroupSummary & WithCreatedTime(CreatedTimeT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
bool IsDefaultHasBeenSet() const
void SetETag(ETagT &&value)
AWS_CLOUDFRONT_API ConnectionGroupSummary & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
const Aws::String & GetName() const
ConnectionGroupSummary & WithName(NameT &&value)
ConnectionGroupSummary & WithETag(ETagT &&value)
bool ArnHasBeenSet() const
void SetLastModifiedTime(LastModifiedTimeT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String