7#include <aws/vpc-lattice/VPCLattice_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/DateTime.h>
47 template<
typename ArnT = Aws::String>
48 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
49 template<
typename ArnT = Aws::String>
60 template<
typename CreatedAtT = Aws::Utils::DateTime>
61 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
62 template<
typename CreatedAtT = Aws::Utils::DateTime>
72 template<
typename IdT = Aws::String>
73 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
74 template<
typename IdT = Aws::String>
85 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
86 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
87 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
97 template<
typename NameT = Aws::String>
98 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
99 template<
typename NameT = Aws::String>
135 bool m_arnHasBeenSet =
false;
138 bool m_createdAtHasBeenSet =
false;
141 bool m_idHasBeenSet =
false;
144 bool m_lastUpdatedAtHasBeenSet =
false;
147 bool m_nameHasBeenSet =
false;
149 long long m_numberOfAssociatedResourceConfigurations{0};
150 bool m_numberOfAssociatedResourceConfigurationsHasBeenSet =
false;
152 long long m_numberOfAssociatedServices{0};
153 bool m_numberOfAssociatedServicesHasBeenSet =
false;
155 long long m_numberOfAssociatedVPCs{0};
156 bool m_numberOfAssociatedVPCsHasBeenSet =
false;
bool LastUpdatedAtHasBeenSet() const
ServiceNetworkSummary & WithNumberOfAssociatedVPCs(long long value)
ServiceNetworkSummary & WithId(IdT &&value)
void SetLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetNumberOfAssociatedVPCs(long long value)
const Aws::String & GetArn() const
long long GetNumberOfAssociatedVPCs() const
void SetNumberOfAssociatedResourceConfigurations(long long value)
bool NumberOfAssociatedVPCsHasBeenSet() const
long long GetNumberOfAssociatedResourceConfigurations() const
bool NumberOfAssociatedResourceConfigurationsHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
ServiceNetworkSummary & WithCreatedAt(CreatedAtT &&value)
AWS_VPCLATTICE_API ServiceNetworkSummary()=default
AWS_VPCLATTICE_API ServiceNetworkSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ServiceNetworkSummary & WithNumberOfAssociatedServices(long long value)
ServiceNetworkSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
ServiceNetworkSummary & WithArn(ArnT &&value)
bool NumberOfAssociatedServicesHasBeenSet() const
long long GetNumberOfAssociatedServices() const
const Aws::String & GetId() const
void SetCreatedAt(CreatedAtT &&value)
void SetNumberOfAssociatedServices(long long value)
bool CreatedAtHasBeenSet() const
const Aws::String & GetName() const
bool IdHasBeenSet() const
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetName(NameT &&value)
bool NameHasBeenSet() const
bool ArnHasBeenSet() const
ServiceNetworkSummary & WithName(NameT &&value)
ServiceNetworkSummary & WithNumberOfAssociatedResourceConfigurations(long long value)
void SetArn(ArnT &&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