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>
50 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
51 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
78 inline void SetCustomDomainName(
const char* value) { m_customDomainNameHasBeenSet =
true; m_customDomainName.assign(value); }
91 inline void SetDnsEntry(
DnsEntry&& value) { m_dnsEntryHasBeenSet =
true; m_dnsEntry = std::move(value); }
104 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
131 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
151 bool m_arnHasBeenSet =
false;
154 bool m_createdAtHasBeenSet =
false;
157 bool m_customDomainNameHasBeenSet =
false;
160 bool m_dnsEntryHasBeenSet =
false;
163 bool m_idHasBeenSet =
false;
166 bool m_lastUpdatedAtHasBeenSet =
false;
169 bool m_nameHasBeenSet =
false;
172 bool m_statusHasBeenSet =
false;
ServiceSummary & WithArn(const char *value)
void SetArn(const Aws::String &value)
void SetDnsEntry(const DnsEntry &value)
void SetId(Aws::String &&value)
void SetDnsEntry(DnsEntry &&value)
void SetLastUpdatedAt(Aws::Utils::DateTime &&value)
void SetName(const Aws::String &value)
bool StatusHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
bool CreatedAtHasBeenSet() const
const Aws::String & GetName() const
ServiceSummary & WithArn(Aws::String &&value)
void SetArn(const char *value)
AWS_VPCLATTICE_API ServiceSummary()
void SetId(const char *value)
ServiceSummary & WithName(Aws::String &&value)
ServiceSummary & WithDnsEntry(const DnsEntry &value)
ServiceSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
ServiceSummary & WithId(const Aws::String &value)
void SetCustomDomainName(Aws::String &&value)
ServiceSummary & WithId(Aws::String &&value)
void SetName(const char *value)
void SetCreatedAt(const Aws::Utils::DateTime &value)
void SetArn(Aws::String &&value)
void SetId(const Aws::String &value)
void SetName(Aws::String &&value)
ServiceSummary & WithCustomDomainName(const char *value)
bool LastUpdatedAtHasBeenSet() const
ServiceSummary & WithId(const char *value)
void SetStatus(ServiceStatus &&value)
AWS_VPCLATTICE_API ServiceSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
ServiceSummary & WithName(const Aws::String &value)
ServiceSummary & WithStatus(ServiceStatus &&value)
ServiceSummary & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool NameHasBeenSet() const
const Aws::String & GetArn() const
const ServiceStatus & GetStatus() const
ServiceSummary & WithName(const char *value)
AWS_VPCLATTICE_API ServiceSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCustomDomainName(const char *value)
ServiceSummary & WithCustomDomainName(const Aws::String &value)
ServiceSummary & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
ServiceSummary & WithStatus(const ServiceStatus &value)
const Aws::String & GetCustomDomainName() const
void SetLastUpdatedAt(const Aws::Utils::DateTime &value)
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceSummary & WithArn(const Aws::String &value)
ServiceSummary & WithCustomDomainName(Aws::String &&value)
bool ArnHasBeenSet() const
void SetCustomDomainName(const Aws::String &value)
const DnsEntry & GetDnsEntry() const
bool CustomDomainNameHasBeenSet() const
void SetStatus(const ServiceStatus &value)
ServiceSummary & WithDnsEntry(DnsEntry &&value)
bool IdHasBeenSet() const
ServiceSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
bool DnsEntryHasBeenSet() const
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue