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/ServiceNetworkVpcAssociationStatus.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 CreatedByT = Aws::String>
74 void SetCreatedBy(CreatedByT&& value) { m_createdByHasBeenSet =
true; m_createdBy = std::forward<CreatedByT>(value); }
75 template<
typename CreatedByT = Aws::String>
85 template<
typename IdT = Aws::String>
86 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
87 template<
typename IdT = Aws::String>
98 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
99 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
100 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
110 template<
typename ServiceNetworkArnT = Aws::String>
111 void SetServiceNetworkArn(ServiceNetworkArnT&& value) { m_serviceNetworkArnHasBeenSet =
true; m_serviceNetworkArn = std::forward<ServiceNetworkArnT>(value); }
112 template<
typename ServiceNetworkArnT = Aws::String>
122 template<
typename ServiceNetworkIdT = Aws::String>
123 void SetServiceNetworkId(ServiceNetworkIdT&& value) { m_serviceNetworkIdHasBeenSet =
true; m_serviceNetworkId = std::forward<ServiceNetworkIdT>(value); }
124 template<
typename ServiceNetworkIdT = Aws::String>
134 template<
typename ServiceNetworkNameT = Aws::String>
135 void SetServiceNetworkName(ServiceNetworkNameT&& value) { m_serviceNetworkNameHasBeenSet =
true; m_serviceNetworkName = std::forward<ServiceNetworkNameT>(value); }
136 template<
typename ServiceNetworkNameT = Aws::String>
156 template<
typename VpcIdT = Aws::String>
157 void SetVpcId(VpcIdT&& value) { m_vpcIdHasBeenSet =
true; m_vpcId = std::forward<VpcIdT>(value); }
158 template<
typename VpcIdT = Aws::String>
164 bool m_arnHasBeenSet =
false;
167 bool m_createdAtHasBeenSet =
false;
170 bool m_createdByHasBeenSet =
false;
173 bool m_idHasBeenSet =
false;
176 bool m_lastUpdatedAtHasBeenSet =
false;
179 bool m_serviceNetworkArnHasBeenSet =
false;
182 bool m_serviceNetworkIdHasBeenSet =
false;
185 bool m_serviceNetworkNameHasBeenSet =
false;
188 bool m_statusHasBeenSet =
false;
191 bool m_vpcIdHasBeenSet =
false;
const Aws::String & GetCreatedBy() const
void SetArn(ArnT &&value)
void SetServiceNetworkArn(ServiceNetworkArnT &&value)
const Aws::String & GetServiceNetworkName() const
ServiceNetworkVpcAssociationSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
const Aws::String & GetServiceNetworkId() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
bool CreatedByHasBeenSet() const
ServiceNetworkVpcAssociationSummary & WithServiceNetworkName(ServiceNetworkNameT &&value)
ServiceNetworkVpcAssociationSummary & WithStatus(ServiceNetworkVpcAssociationStatus value)
bool VpcIdHasBeenSet() const
ServiceNetworkVpcAssociationSummary & WithCreatedAt(CreatedAtT &&value)
bool ServiceNetworkIdHasBeenSet() const
const Aws::Utils::DateTime & GetCreatedAt() const
void SetCreatedBy(CreatedByT &&value)
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
void SetServiceNetworkName(ServiceNetworkNameT &&value)
bool ServiceNetworkNameHasBeenSet() const
const Aws::String & GetId() const
ServiceNetworkVpcAssociationSummary & WithServiceNetworkArn(ServiceNetworkArnT &&value)
bool StatusHasBeenSet() const
bool LastUpdatedAtHasBeenSet() const
ServiceNetworkVpcAssociationSummary & WithServiceNetworkId(ServiceNetworkIdT &&value)
ServiceNetworkVpcAssociationStatus GetStatus() const
AWS_VPCLATTICE_API ServiceNetworkVpcAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
void SetCreatedAt(CreatedAtT &&value)
const Aws::String & GetServiceNetworkArn() const
const Aws::String & GetVpcId() const
ServiceNetworkVpcAssociationSummary & WithArn(ArnT &&value)
void SetStatus(ServiceNetworkVpcAssociationStatus value)
ServiceNetworkVpcAssociationSummary & WithVpcId(VpcIdT &&value)
const Aws::String & GetArn() const
bool IdHasBeenSet() const
ServiceNetworkVpcAssociationSummary & WithId(IdT &&value)
void SetServiceNetworkId(ServiceNetworkIdT &&value)
AWS_VPCLATTICE_API ServiceNetworkVpcAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
bool ServiceNetworkArnHasBeenSet() const
bool CreatedAtHasBeenSet() const
AWS_VPCLATTICE_API ServiceNetworkVpcAssociationSummary()=default
bool ArnHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
void SetVpcId(VpcIdT &&value)
ServiceNetworkVpcAssociationSummary & WithCreatedBy(CreatedByT &&value)
ServiceNetworkVpcAssociationStatus
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue