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 template<
typename ArnT = Aws::String>
49 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
50 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>
97 template<
typename ResourceConfigurationArnT = Aws::String>
98 void SetResourceConfigurationArn(ResourceConfigurationArnT&& value) { m_resourceConfigurationArnHasBeenSet =
true; m_resourceConfigurationArn = std::forward<ResourceConfigurationArnT>(value); }
99 template<
typename ResourceConfigurationArnT = Aws::String>
109 template<
typename ResourceConfigurationIdT = Aws::String>
110 void SetResourceConfigurationId(ResourceConfigurationIdT&& value) { m_resourceConfigurationIdHasBeenSet =
true; m_resourceConfigurationId = std::forward<ResourceConfigurationIdT>(value); }
111 template<
typename ResourceConfigurationIdT = Aws::String>
121 template<
typename ResourceConfigurationNameT = Aws::String>
122 void SetResourceConfigurationName(ResourceConfigurationNameT&& value) { m_resourceConfigurationNameHasBeenSet =
true; m_resourceConfigurationName = std::forward<ResourceConfigurationNameT>(value); }
123 template<
typename ResourceConfigurationNameT = Aws::String>
133 template<
typename VpcEndpo
intIdT = Aws::String>
134 void SetVpcEndpointId(VpcEndpointIdT&& value) { m_vpcEndpointIdHasBeenSet =
true; m_vpcEndpointId = std::forward<VpcEndpointIdT>(value); }
135 template<
typename VpcEndpo
intIdT = Aws::String>
145 template<
typename VpcEndpo
intOwnerT = Aws::String>
146 void SetVpcEndpointOwner(VpcEndpointOwnerT&& value) { m_vpcEndpointOwnerHasBeenSet =
true; m_vpcEndpointOwner = std::forward<VpcEndpointOwnerT>(value); }
147 template<
typename VpcEndpo
intOwnerT = Aws::String>
153 bool m_arnHasBeenSet =
false;
156 bool m_createdAtHasBeenSet =
false;
159 bool m_createdByHasBeenSet =
false;
162 bool m_idHasBeenSet =
false;
165 bool m_resourceConfigurationArnHasBeenSet =
false;
168 bool m_resourceConfigurationIdHasBeenSet =
false;
171 bool m_resourceConfigurationNameHasBeenSet =
false;
174 bool m_vpcEndpointIdHasBeenSet =
false;
177 bool m_vpcEndpointOwnerHasBeenSet =
false;
ResourceEndpointAssociationSummary & WithVpcEndpointOwner(VpcEndpointOwnerT &&value)
bool CreatedByHasBeenSet() const
void SetResourceConfigurationId(ResourceConfigurationIdT &&value)
const Aws::Utils::DateTime & GetCreatedAt() const
bool ResourceConfigurationNameHasBeenSet() const
const Aws::String & GetCreatedBy() const
ResourceEndpointAssociationSummary & WithResourceConfigurationName(ResourceConfigurationNameT &&value)
bool CreatedAtHasBeenSet() const
void SetCreatedBy(CreatedByT &&value)
ResourceEndpointAssociationSummary & WithId(IdT &&value)
const Aws::String & GetResourceConfigurationArn() const
const Aws::String & GetResourceConfigurationName() const
ResourceEndpointAssociationSummary & WithCreatedBy(CreatedByT &&value)
ResourceEndpointAssociationSummary & WithResourceConfigurationArn(ResourceConfigurationArnT &&value)
ResourceEndpointAssociationSummary & WithResourceConfigurationId(ResourceConfigurationIdT &&value)
void SetResourceConfigurationName(ResourceConfigurationNameT &&value)
const Aws::String & GetId() const
bool ArnHasBeenSet() const
const Aws::String & GetVpcEndpointOwner() const
bool ResourceConfigurationArnHasBeenSet() const
bool IdHasBeenSet() const
void SetCreatedAt(CreatedAtT &&value)
ResourceEndpointAssociationSummary & WithArn(ArnT &&value)
bool VpcEndpointIdHasBeenSet() const
void SetVpcEndpointId(VpcEndpointIdT &&value)
const Aws::String & GetVpcEndpointId() const
AWS_VPCLATTICE_API ResourceEndpointAssociationSummary(Aws::Utils::Json::JsonView jsonValue)
bool VpcEndpointOwnerHasBeenSet() const
void SetVpcEndpointOwner(VpcEndpointOwnerT &&value)
ResourceEndpointAssociationSummary & WithCreatedAt(CreatedAtT &&value)
AWS_VPCLATTICE_API ResourceEndpointAssociationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
bool ResourceConfigurationIdHasBeenSet() const
const Aws::String & GetArn() const
void SetResourceConfigurationArn(ResourceConfigurationArnT &&value)
ResourceEndpointAssociationSummary & WithVpcEndpointId(VpcEndpointIdT &&value)
AWS_VPCLATTICE_API ResourceEndpointAssociationSummary()=default
const Aws::String & GetResourceConfigurationId() const
void SetArn(ArnT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue