7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 template<
typename IdT = Aws::String>
49 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
50 template<
typename IdT = Aws::String>
60 template<
typename NameT = Aws::String>
61 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
62 template<
typename NameT = Aws::String>
72 template<
typename ArnT = Aws::String>
73 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
74 template<
typename ArnT = Aws::String>
85 template<
typename RoutingEndpo
intT = Aws::String>
86 void SetRoutingEndpoint(RoutingEndpointT&& value) { m_routingEndpointHasBeenSet =
true; m_routingEndpoint = std::forward<RoutingEndpointT>(value); }
87 template<
typename RoutingEndpo
intT = Aws::String>
97 template<
typename CreatedTimeT = Aws::Utils::DateTime>
98 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
99 template<
typename CreatedTimeT = Aws::Utils::DateTime>
109 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
110 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
111 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
121 template<
typename ETagT = Aws::String>
122 void SetETag(ETagT&& value) { m_eTagHasBeenSet =
true; m_eTag = std::forward<ETagT>(value); }
123 template<
typename ETagT = Aws::String>
133 template<
typename AnycastIpListIdT = Aws::String>
134 void SetAnycastIpListId(AnycastIpListIdT&& value) { m_anycastIpListIdHasBeenSet =
true; m_anycastIpListId = std::forward<AnycastIpListIdT>(value); }
135 template<
typename AnycastIpListIdT = Aws::String>
145 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
155 template<
typename StatusT = Aws::String>
156 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
157 template<
typename StatusT = Aws::String>
168 inline void SetIsDefault(
bool value) { m_isDefaultHasBeenSet =
true; m_isDefault = value; }
174 bool m_idHasBeenSet =
false;
177 bool m_nameHasBeenSet =
false;
180 bool m_arnHasBeenSet =
false;
183 bool m_routingEndpointHasBeenSet =
false;
186 bool m_createdTimeHasBeenSet =
false;
189 bool m_lastModifiedTimeHasBeenSet =
false;
192 bool m_eTagHasBeenSet =
false;
195 bool m_anycastIpListIdHasBeenSet =
false;
197 bool m_enabled{
false};
198 bool m_enabledHasBeenSet =
false;
201 bool m_statusHasBeenSet =
false;
203 bool m_isDefault{
false};
204 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