7#include <aws/cloudfront/CloudFront_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/cloudfront/model/Tags.h>
52 template<
typename IdT = Aws::String>
53 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
54 template<
typename IdT = Aws::String>
64 template<
typename NameT = Aws::String>
65 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
66 template<
typename NameT = Aws::String>
76 template<
typename ArnT = Aws::String>
77 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
78 template<
typename ArnT = Aws::String>
88 template<
typename CreatedTimeT = Aws::Utils::DateTime>
89 void SetCreatedTime(CreatedTimeT&& value) { m_createdTimeHasBeenSet =
true; m_createdTime = std::forward<CreatedTimeT>(value); }
90 template<
typename CreatedTimeT = Aws::Utils::DateTime>
100 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
101 void SetLastModifiedTime(LastModifiedTimeT&& value) { m_lastModifiedTimeHasBeenSet =
true; m_lastModifiedTime = std::forward<LastModifiedTimeT>(value); }
102 template<
typename LastModifiedTimeT = Aws::Utils::DateTime>
110 template<
typename TagsT = Tags>
111 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
112 template<
typename TagsT = Tags>
122 inline void SetIpv6Enabled(
bool value) { m_ipv6EnabledHasBeenSet =
true; m_ipv6Enabled = value; }
133 template<
typename RoutingEndpo
intT = Aws::String>
134 void SetRoutingEndpoint(RoutingEndpointT&& value) { m_routingEndpointHasBeenSet =
true; m_routingEndpoint = std::forward<RoutingEndpointT>(value); }
135 template<
typename RoutingEndpo
intT = Aws::String>
145 template<
typename AnycastIpListIdT = Aws::String>
146 void SetAnycastIpListId(AnycastIpListIdT&& value) { m_anycastIpListIdHasBeenSet =
true; m_anycastIpListId = std::forward<AnycastIpListIdT>(value); }
147 template<
typename AnycastIpListIdT = Aws::String>
157 template<
typename StatusT = Aws::String>
158 void SetStatus(StatusT&& value) { m_statusHasBeenSet =
true; m_status = std::forward<StatusT>(value); }
159 template<
typename StatusT = Aws::String>
169 inline void SetEnabled(
bool value) { m_enabledHasBeenSet =
true; m_enabled = value; }
180 inline void SetIsDefault(
bool value) { m_isDefaultHasBeenSet =
true; m_isDefault = value; }
186 bool m_idHasBeenSet =
false;
189 bool m_nameHasBeenSet =
false;
192 bool m_arnHasBeenSet =
false;
195 bool m_createdTimeHasBeenSet =
false;
198 bool m_lastModifiedTimeHasBeenSet =
false;
201 bool m_tagsHasBeenSet =
false;
203 bool m_ipv6Enabled{
false};
204 bool m_ipv6EnabledHasBeenSet =
false;
207 bool m_routingEndpointHasBeenSet =
false;
210 bool m_anycastIpListIdHasBeenSet =
false;
213 bool m_statusHasBeenSet =
false;
215 bool m_enabled{
false};
216 bool m_enabledHasBeenSet =
false;
218 bool m_isDefault{
false};
219 bool m_isDefaultHasBeenSet =
false;
bool LastModifiedTimeHasBeenSet() const
ConnectionGroup & WithName(NameT &&value)
void SetCreatedTime(CreatedTimeT &&value)
const Aws::Utils::DateTime & GetCreatedTime() const
bool RoutingEndpointHasBeenSet() const
const Aws::String & GetStatus() const
bool TagsHasBeenSet() const
bool ArnHasBeenSet() const
const Aws::String & GetArn() const
const Aws::String & GetName() const
void SetRoutingEndpoint(RoutingEndpointT &&value)
ConnectionGroup & WithCreatedTime(CreatedTimeT &&value)
AWS_CLOUDFRONT_API void AddToNode(Aws::Utils::Xml::XmlNode &parentNode) const
void SetLastModifiedTime(LastModifiedTimeT &&value)
bool Ipv6EnabledHasBeenSet() const
const Tags & GetTags() const
ConnectionGroup & WithStatus(StatusT &&value)
void SetName(NameT &&value)
void SetIsDefault(bool value)
const Aws::String & GetAnycastIpListId() const
const Aws::String & GetRoutingEndpoint() const
ConnectionGroup & WithIsDefault(bool value)
void SetAnycastIpListId(AnycastIpListIdT &&value)
ConnectionGroup & WithId(IdT &&value)
bool IsDefaultHasBeenSet() const
ConnectionGroup & WithIpv6Enabled(bool value)
ConnectionGroup & WithTags(TagsT &&value)
AWS_CLOUDFRONT_API ConnectionGroup()=default
const Aws::Utils::DateTime & GetLastModifiedTime() const
bool IdHasBeenSet() const
ConnectionGroup & WithLastModifiedTime(LastModifiedTimeT &&value)
const Aws::String & GetId() const
AWS_CLOUDFRONT_API ConnectionGroup(const Aws::Utils::Xml::XmlNode &xmlNode)
bool StatusHasBeenSet() const
bool GetIsDefault() const
ConnectionGroup & WithArn(ArnT &&value)
bool GetIpv6Enabled() const
void SetEnabled(bool value)
void SetArn(ArnT &&value)
void SetIpv6Enabled(bool value)
ConnectionGroup & WithEnabled(bool value)
void SetStatus(StatusT &&value)
bool EnabledHasBeenSet() const
bool NameHasBeenSet() const
AWS_CLOUDFRONT_API ConnectionGroup & operator=(const Aws::Utils::Xml::XmlNode &xmlNode)
bool AnycastIpListIdHasBeenSet() const
bool CreatedTimeHasBeenSet() const
ConnectionGroup & WithRoutingEndpoint(RoutingEndpointT &&value)
ConnectionGroup & WithAnycastIpListId(AnycastIpListIdT &&value)
void SetTags(TagsT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String