7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/outposts/Outposts_EXPORTS.h>
10#include <aws/outposts/model/OutpostGeneration.h>
11#include <aws/outposts/model/RackScalingType.h>
12#include <aws/outposts/model/SupportedHardwareType.h>
44 template <
typename OutpostIdT = Aws::String>
46 m_outpostIdHasBeenSet =
true;
47 m_outpostId = std::forward<OutpostIdT>(value);
49 template <
typename OutpostIdT = Aws::String>
60 template <
typename OwnerIdT = Aws::String>
62 m_ownerIdHasBeenSet =
true;
63 m_ownerId = std::forward<OwnerIdT>(value);
65 template <
typename OwnerIdT = Aws::String>
76 template <
typename OutpostArnT = Aws::String>
78 m_outpostArnHasBeenSet =
true;
79 m_outpostArn = std::forward<OutpostArnT>(value);
81 template <
typename OutpostArnT = Aws::String>
92 template <
typename SiteIdT = Aws::String>
94 m_siteIdHasBeenSet =
true;
95 m_siteId = std::forward<SiteIdT>(value);
97 template <
typename SiteIdT = Aws::String>
108 template <
typename NameT = Aws::String>
110 m_nameHasBeenSet =
true;
111 m_name = std::forward<NameT>(value);
113 template <
typename NameT = Aws::String>
115 SetName(std::forward<NameT>(value));
124 template <
typename DescriptionT = Aws::String>
126 m_descriptionHasBeenSet =
true;
127 m_description = std::forward<DescriptionT>(value);
129 template <
typename DescriptionT = Aws::String>
140 template <
typename LifeCycleStatusT = Aws::String>
142 m_lifeCycleStatusHasBeenSet =
true;
143 m_lifeCycleStatus = std::forward<LifeCycleStatusT>(value);
145 template <
typename LifeCycleStatusT = Aws::String>
156 template <
typename AvailabilityZoneT = Aws::String>
158 m_availabilityZoneHasBeenSet =
true;
159 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
161 template <
typename AvailabilityZoneT = Aws::String>
172 template <
typename AvailabilityZoneIdT = Aws::String>
174 m_availabilityZoneIdHasBeenSet =
true;
175 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
177 template <
typename AvailabilityZoneIdT = Aws::String>
190 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
192 m_tagsHasBeenSet =
true;
193 m_tags = std::forward<TagsT>(value);
195 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
197 SetTags(std::forward<TagsT>(value));
200 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
202 m_tagsHasBeenSet =
true;
203 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
212 template <
typename SiteArnT = Aws::String>
214 m_siteArnHasBeenSet =
true;
215 m_siteArn = std::forward<SiteArnT>(value);
217 template <
typename SiteArnT = Aws::String>
231 m_supportedHardwareTypeHasBeenSet =
true;
232 m_supportedHardwareType = value;
249 m_generationHasBeenSet =
true;
250 m_generation = value;
267 m_rackScalingTypeHasBeenSet =
true;
268 m_rackScalingType = value;
303 bool m_outpostIdHasBeenSet =
false;
304 bool m_ownerIdHasBeenSet =
false;
305 bool m_outpostArnHasBeenSet =
false;
306 bool m_siteIdHasBeenSet =
false;
307 bool m_nameHasBeenSet =
false;
308 bool m_descriptionHasBeenSet =
false;
309 bool m_lifeCycleStatusHasBeenSet =
false;
310 bool m_availabilityZoneHasBeenSet =
false;
311 bool m_availabilityZoneIdHasBeenSet =
false;
312 bool m_tagsHasBeenSet =
false;
313 bool m_siteArnHasBeenSet =
false;
314 bool m_supportedHardwareTypeHasBeenSet =
false;
315 bool m_generationHasBeenSet =
false;
316 bool m_rackScalingTypeHasBeenSet =
false;
OutpostGeneration GetGeneration() const
void SetAvailabilityZone(AvailabilityZoneT &&value)
bool LifeCycleStatusHasBeenSet() const
Outpost & WithOutpostId(OutpostIdT &&value)
Outpost & WithName(NameT &&value)
bool OutpostArnHasBeenSet() const
void SetOutpostArn(OutpostArnT &&value)
Outpost & WithOutpostArn(OutpostArnT &&value)
AWS_OUTPOSTS_API Outpost(Aws::Utils::Json::JsonView jsonValue)
const Aws::Map< Aws::String, Aws::String > & GetTags() const
void SetGeneration(OutpostGeneration value)
AWS_OUTPOSTS_API Outpost & operator=(Aws::Utils::Json::JsonView jsonValue)
AWS_OUTPOSTS_API Aws::Utils::Json::JsonValue Jsonize() const
bool OutpostIdHasBeenSet() const
const Aws::String & GetLifeCycleStatus() const
const Aws::String & GetDescription() const
void SetDescription(DescriptionT &&value)
bool RackScalingTypeHasBeenSet() const
bool TagsHasBeenSet() const
bool SiteArnHasBeenSet() const
Outpost & WithRackScalingType(RackScalingType value)
const Aws::String & GetOutpostId() const
void SetSupportedHardwareType(SupportedHardwareType value)
void SetName(NameT &&value)
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
AWS_OUTPOSTS_API Outpost()=default
void SetLifeCycleStatus(LifeCycleStatusT &&value)
bool OwnerIdHasBeenSet() const
Outpost & WithLifeCycleStatus(LifeCycleStatusT &&value)
Outpost & WithGeneration(OutpostGeneration value)
bool GenerationHasBeenSet() const
Outpost & WithSiteArn(SiteArnT &&value)
Outpost & AddTags(TagsKeyT &&key, TagsValueT &&value)
const Aws::String & GetOutpostArn() const
Outpost & WithOwnerId(OwnerIdT &&value)
void SetSiteId(SiteIdT &&value)
void SetOwnerId(OwnerIdT &&value)
const Aws::String & GetSiteId() const
const Aws::String & GetOwnerId() const
bool SiteIdHasBeenSet() const
bool AvailabilityZoneHasBeenSet() const
Outpost & WithSiteId(SiteIdT &&value)
void SetTags(TagsT &&value)
bool AvailabilityZoneIdHasBeenSet() const
RackScalingType GetRackScalingType() const
Outpost & WithAvailabilityZone(AvailabilityZoneT &&value)
bool DescriptionHasBeenSet() const
Outpost & WithSupportedHardwareType(SupportedHardwareType value)
bool SupportedHardwareTypeHasBeenSet() const
Outpost & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
Outpost & WithTags(TagsT &&value)
SupportedHardwareType GetSupportedHardwareType() const
const Aws::String & GetAvailabilityZoneId() const
const Aws::String & GetName() const
const Aws::String & GetAvailabilityZone() const
void SetSiteArn(SiteArnT &&value)
void SetOutpostId(OutpostIdT &&value)
bool NameHasBeenSet() const
void SetRackScalingType(RackScalingType value)
Outpost & WithDescription(DescriptionT &&value)
const Aws::String & GetSiteArn() const
std::map< K, V, std::less< K >, Aws::Allocator< std::pair< const K, V > > > Map
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue