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/ResourceConfigurationStatus.h>
11#include <aws/vpc-lattice/model/ResourceConfigurationType.h>
51 inline void SetAmazonManaged(
bool value) { m_amazonManagedHasBeenSet =
true; m_amazonManaged = value; }
61 template<
typename ArnT = Aws::String>
62 void SetArn(ArnT&& value) { m_arnHasBeenSet =
true; m_arn = std::forward<ArnT>(value); }
63 template<
typename ArnT = Aws::String>
74 template<
typename CreatedAtT = Aws::Utils::DateTime>
75 void SetCreatedAt(CreatedAtT&& value) { m_createdAtHasBeenSet =
true; m_createdAt = std::forward<CreatedAtT>(value); }
76 template<
typename CreatedAtT = Aws::Utils::DateTime>
86 template<
typename IdT = Aws::String>
87 void SetId(IdT&& value) { m_idHasBeenSet =
true; m_id = std::forward<IdT>(value); }
88 template<
typename IdT = Aws::String>
99 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
100 void SetLastUpdatedAt(LastUpdatedAtT&& value) { m_lastUpdatedAtHasBeenSet =
true; m_lastUpdatedAt = std::forward<LastUpdatedAtT>(value); }
101 template<
typename LastUpdatedAtT = Aws::Utils::DateTime>
111 template<
typename NameT = Aws::String>
112 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
113 template<
typename NameT = Aws::String>
123 template<
typename ResourceConfigurationGroupIdT = Aws::String>
124 void SetResourceConfigurationGroupId(ResourceConfigurationGroupIdT&& value) { m_resourceConfigurationGroupIdHasBeenSet =
true; m_resourceConfigurationGroupId = std::forward<ResourceConfigurationGroupIdT>(value); }
125 template<
typename ResourceConfigurationGroupIdT = Aws::String>
135 template<
typename ResourceGatewayIdT = Aws::String>
136 void SetResourceGatewayId(ResourceGatewayIdT&& value) { m_resourceGatewayIdHasBeenSet =
true; m_resourceGatewayId = std::forward<ResourceGatewayIdT>(value); }
137 template<
typename ResourceGatewayIdT = Aws::String>
166 bool m_amazonManaged{
false};
167 bool m_amazonManagedHasBeenSet =
false;
170 bool m_arnHasBeenSet =
false;
173 bool m_createdAtHasBeenSet =
false;
176 bool m_idHasBeenSet =
false;
179 bool m_lastUpdatedAtHasBeenSet =
false;
182 bool m_nameHasBeenSet =
false;
185 bool m_resourceConfigurationGroupIdHasBeenSet =
false;
188 bool m_resourceGatewayIdHasBeenSet =
false;
191 bool m_statusHasBeenSet =
false;
194 bool m_typeHasBeenSet =
false;
void SetCreatedAt(CreatedAtT &&value)
ResourceConfigurationSummary & WithCreatedAt(CreatedAtT &&value)
void SetArn(ArnT &&value)
void SetType(ResourceConfigurationType value)
bool GetAmazonManaged() const
void SetLastUpdatedAt(LastUpdatedAtT &&value)
bool TypeHasBeenSet() const
void SetName(NameT &&value)
bool CreatedAtHasBeenSet() const
ResourceConfigurationSummary & WithResourceConfigurationGroupId(ResourceConfigurationGroupIdT &&value)
AWS_VPCLATTICE_API Aws::Utils::Json::JsonValue Jsonize() const
const Aws::Utils::DateTime & GetCreatedAt() const
bool ResourceGatewayIdHasBeenSet() const
void SetResourceGatewayId(ResourceGatewayIdT &&value)
ResourceConfigurationSummary & WithArn(ArnT &&value)
ResourceConfigurationType GetType() const
ResourceConfigurationSummary & WithId(IdT &&value)
ResourceConfigurationSummary & WithLastUpdatedAt(LastUpdatedAtT &&value)
ResourceConfigurationSummary & WithAmazonManaged(bool value)
ResourceConfigurationSummary & WithStatus(ResourceConfigurationStatus value)
const Aws::String & GetResourceGatewayId() const
AWS_VPCLATTICE_API ResourceConfigurationSummary()=default
AWS_VPCLATTICE_API ResourceConfigurationSummary & operator=(Aws::Utils::Json::JsonView jsonValue)
ResourceConfigurationSummary & WithName(NameT &&value)
const Aws::String & GetResourceConfigurationGroupId() const
const Aws::String & GetArn() const
ResourceConfigurationSummary & WithType(ResourceConfigurationType value)
void SetStatus(ResourceConfigurationStatus value)
bool LastUpdatedAtHasBeenSet() const
bool AmazonManagedHasBeenSet() const
bool ResourceConfigurationGroupIdHasBeenSet() const
ResourceConfigurationStatus GetStatus() const
void SetAmazonManaged(bool value)
bool NameHasBeenSet() const
bool StatusHasBeenSet() const
bool ArnHasBeenSet() const
AWS_VPCLATTICE_API ResourceConfigurationSummary(Aws::Utils::Json::JsonView jsonValue)
const Aws::String & GetId() const
ResourceConfigurationSummary & WithResourceGatewayId(ResourceGatewayIdT &&value)
void SetResourceConfigurationGroupId(ResourceConfigurationGroupIdT &&value)
const Aws::String & GetName() const
bool IdHasBeenSet() const
const Aws::Utils::DateTime & GetLastUpdatedAt() const
ResourceConfigurationStatus
ResourceConfigurationType
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue