7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
10#include <aws/vpc-lattice/model/DnsEntry.h>
11#include <aws/vpc-lattice/model/ServiceStatus.h>
49 template<
typename ArnT = Aws::String>
50 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
51 template<
typename ArnT = Aws::String>
61 template<
typename CreatedAtT = Aws::Utils::DateTime>
62 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
63 template<
typename CreatedAtT = Aws::Utils::DateTime>
73 template<
typename CustomDomainNameT = Aws::String>
74 void SetCustomDomainName(CustomDomainNameT&& value) { m_customDomainNameHasBeenSet =
true; m_customDomainName = std::forward<CustomDomainNameT>(value); }
75 template<
typename CustomDomainNameT = Aws::String>
85 template<
typename DnsEntryT = DnsEntry>
86 void SetDnsEntry(DnsEntryT&& value) { m_dnsEntryHasBeenSet =
true; m_dnsEntry = std::forward<DnsEntryT>(value); }
87 template<
typename DnsEntryT = DnsEntry>
97 template<
typename IdT = Aws::String>
98 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
99 template<
typename IdT = Aws::String>
109 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
110 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
111 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
121 template<
typename NameT = Aws::String>
122 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
123 template<
typename NameT = Aws::String>
139 bool m_arnHasBeenSet =
false;
142 bool m_createdAtHasBeenSet =
false;
145 bool m_customDomainNameHasBeenSet =
false;
148 bool m_dnsEntryHasBeenSet =
false;
151 bool m_idHasBeenSet =
false;
154 bool m_lastUpdatedAtHasBeenSet =
false;
157 bool m_nameHasBeenSet =
false;
160 bool m_statusHasBeenSet =
false;
ServiceSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetName() const
ServiceSummary & WithCreatedAt(CreatedAtT &&value)
ServiceStatus GetStatus() const
ServiceSummary & WithCustomDomainName(CustomDomainNameT &&value)
ServiceSummary & WithId(IdT &&value)
void SetDnsEntry(DnsEntryT &&value)
void SetCustomDomainName(CustomDomainNameT &&value)
void SetName(NameT &&value)
bool LastUpdatedAtHasBeenSet() const
AWS_VPCLATTICE_API ServiceSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
const Aws::Utils::DateTime & GetCreatedAt() const
ServiceSummary & WithName(NameT &&value)
bool NameHasBeenSet() const
const Aws::String & GetArn() const
ServiceSummary & WithDnsEntry(DnsEntryT &&value)
AWS_VPCLATTICE_API ServiceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetCustomDomainName() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetStatus(ServiceStatus value)
bool ArnHasBeenSet() const
void SetArn(ArnT &&value)
ServiceSummary & WithStatus(ServiceStatus value)
const DnsEntry & GetDnsEntry() const
bool CustomDomainNameHasBeenSet() const
AWS_VPCLATTICE_API ServiceSummary()=default
ServiceSummary & WithArn(ArnT &&value)
bool IdHasBeenSet() const
bool DnsEntryHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue