7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
48 inline void SetArn(
Aws::String&& value) { m_arnHasBeenSet =
true; m_arn = std::move(value); }
49 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
75 inline void SetId(
Aws::String&& value) { m_idHasBeenSet =
true; m_id = std::move(value); }
76 inline void SetId(
const char* value) { m_idHasBeenSet =
true; m_id.assign(value); }
103 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
131 bool m_arnHasBeenSet =
false;
134 bool m_createdAtHasBeenSet =
false;
137 bool m_idHasBeenSet =
false;
140 bool m_lastUpdatedAtHasBeenSet =
false;
143 bool m_nameHasBeenSet =
false;
145 long long m_numberOfAssociatedServices;
146 bool m_numberOfAssociatedServicesHasBeenSet =
false;
148 long long m_numberOfAssociatedVPCs;
149 bool m_numberOfAssociatedVPCsHasBeenSet =
false;
bool LastUpdatedAtHasBeenSet() const
ServiceNetworkSummary & WithNumberOfAssociatedVPCs(long long value)
ServiceNetworkSummary & WithArn(const char *value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
ServiceNetworkSummary & WithId(Aws::String &&value)
void SetNumberOfAssociatedVPCs(long long value)
const Aws::String & GetArn() const
ServiceNetworkSummary & WithCreatedAt(Aws::Utils::DateTime &&value)
long long GetNumberOfAssociatedVPCs() const
AWS_VPCLATTICE_API ServiceNetworkSummary()
bool NumberOfAssociatedVPCsHasBeenSet() const
ServiceNetworkSummary & WithName(const Aws::String &value)
void SetName(const Aws::String &value)
ServiceNetworkSummary & WithArn(const Aws::String &value)
void SetLastUpdatedAt(Aws::Utils::DateTime &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
void SetArn(const Aws::String &value)
ServiceNetworkSummary & WithArn(Aws::String &&value)
void SetId(const Aws::String &value)
void SetId(const char *value)
AWS_VPCLATTICE_API ServiceNetworkSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceNetworkSummary & WithNumberOfAssociatedServices(long long value)
void SetArn(Aws::String &&value)
bool NumberOfAssociatedServicesHasBeenSet() const
ServiceNetworkSummary & WithName(const char *value)
long long GetNumberOfAssociatedServices() const
ServiceNetworkSummary & WithName(Aws::String &&value)
ServiceNetworkSummary & WithId(const Aws::String &value)
void SetName(const char *value)
void SetName(Aws::String &&value)
const Aws::String & GetId() const
void SetId(Aws::String &&value)
void SetNumberOfAssociatedServices(long long value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetName() const
ServiceNetworkSummary & WithCreatedAt(const Aws::Utils::DateTime &value)
void SetCreatedAt(Aws::Utils::DateTime &&value)
bool IdHasBeenSet() const
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
ServiceNetworkSummary & WithLastUpdatedAt(const Aws::Utils::DateTime &value)
void SetArn(const char *value)
ServiceNetworkSummary & WithLastUpdatedAt(Aws::Utils::DateTime &&value)
bool NameHasBeenSet() const
void SetCreatedAt(const Aws::Utils::DateTime &value)
bool ArnHasBeenSet() const
void SetLastUpdatedAt(const Aws::Utils::DateTime &value)
ServiceNetworkSummary & WithId(const char *value)
AWS_VPCLATTICE_API ServiceNetworkSummary(Aws::Utils::Json::JsonView jsonValue)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue