7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/core/utils/memory/stl/AWSMap.h>
10#include <aws/outposts/model/SupportedHardwareType.h>
48 template<
typename OutpostIdT = Aws::String>
49 void SetOutpostId(OutpostIdT&& value) { m_outpostIdHasBeenSet =
true; m_outpostId = std::forward<OutpostIdT>(value); }
50 template<
typename OutpostIdT = Aws::String>
58 template<
typename OwnerIdT = Aws::String>
59 void SetOwnerId(OwnerIdT&& value) { m_ownerIdHasBeenSet =
true; m_ownerId = std::forward<OwnerIdT>(value); }
60 template<
typename OwnerIdT = Aws::String>
68 template<
typename OutpostArnT = Aws::String>
69 void SetOutpostArn(OutpostArnT&& value) { m_outpostArnHasBeenSet =
true; m_outpostArn = std::forward<OutpostArnT>(value); }
70 template<
typename OutpostArnT = Aws::String>
78 template<
typename SiteIdT = Aws::String>
79 void SetSiteId(SiteIdT&& value) { m_siteIdHasBeenSet =
true; m_siteId = std::forward<SiteIdT>(value); }
80 template<
typename SiteIdT = Aws::String>
88 template<
typename NameT = Aws::String>
89 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
90 template<
typename NameT = Aws::String>
98 template<
typename DescriptionT = Aws::String>
99 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
100 template<
typename DescriptionT = Aws::String>
108 template<
typename LifeCycleStatusT = Aws::String>
109 void SetLifeCycleStatus(LifeCycleStatusT&& value) { m_lifeCycleStatusHasBeenSet =
true; m_lifeCycleStatus = std::forward<LifeCycleStatusT>(value); }
110 template<
typename LifeCycleStatusT = Aws::String>
118 template<
typename AvailabilityZoneT = Aws::String>
119 void SetAvailabilityZone(AvailabilityZoneT&& value) { m_availabilityZoneHasBeenSet =
true; m_availabilityZone = std::forward<AvailabilityZoneT>(value); }
120 template<
typename AvailabilityZoneT = Aws::String>
128 template<
typename AvailabilityZoneIdT = Aws::String>
129 void SetAvailabilityZoneId(AvailabilityZoneIdT&& value) { m_availabilityZoneIdHasBeenSet =
true; m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value); }
130 template<
typename AvailabilityZoneIdT = Aws::String>
140 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
141 void SetTags(TagsT&& value) { m_tagsHasBeenSet =
true; m_tags = std::forward<TagsT>(value); }
142 template<
typename TagsT = Aws::Map<Aws::String, Aws::String>>
144 template<
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
146 m_tagsHasBeenSet =
true; m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
return *
this;
154 template<
typename SiteArnT = Aws::String>
155 void SetSiteArn(SiteArnT&& value) { m_siteArnHasBeenSet =
true; m_siteArn = std::forward<SiteArnT>(value); }
156 template<
typename SiteArnT = Aws::String>
172 bool m_outpostIdHasBeenSet =
false;
175 bool m_ownerIdHasBeenSet =
false;
178 bool m_outpostArnHasBeenSet =
false;
181 bool m_siteIdHasBeenSet =
false;
184 bool m_nameHasBeenSet =
false;
187 bool m_descriptionHasBeenSet =
false;
190 bool m_lifeCycleStatusHasBeenSet =
false;
193 bool m_availabilityZoneHasBeenSet =
false;
196 bool m_availabilityZoneIdHasBeenSet =
false;
199 bool m_tagsHasBeenSet =
false;
202 bool m_siteArnHasBeenSet =
false;
205 bool m_supportedHardwareTypeHasBeenSet =
false;
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
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 TagsHasBeenSet() const
bool SiteArnHasBeenSet() const
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 & 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
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
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