7#include <aws/core/utils/memory/stl/AWSMap.h>
8#include <aws/core/utils/memory/stl/AWSString.h>
9#include <aws/outposts/OutpostsRequest.h>
10#include <aws/outposts/Outposts_EXPORTS.h>
11#include <aws/outposts/model/SupportedHardwareType.h>
37 template <
typename NameT = Aws::String>
39 m_nameHasBeenSet =
true;
40 m_name = std::forward<NameT>(value);
42 template <
typename NameT = Aws::String>
44 SetName(std::forward<NameT>(value));
53 template <
typename DescriptionT = Aws::String>
55 m_descriptionHasBeenSet =
true;
56 m_description = std::forward<DescriptionT>(value);
58 template <
typename DescriptionT = Aws::String>
71 template <
typename SiteIdT = Aws::String>
73 m_siteIdHasBeenSet =
true;
74 m_siteId = std::forward<SiteIdT>(value);
76 template <
typename SiteIdT = Aws::String>
87 template <
typename AvailabilityZoneT = Aws::String>
89 m_availabilityZoneHasBeenSet =
true;
90 m_availabilityZone = std::forward<AvailabilityZoneT>(value);
92 template <
typename AvailabilityZoneT = Aws::String>
103 template <
typename AvailabilityZoneIdT = Aws::String>
105 m_availabilityZoneIdHasBeenSet =
true;
106 m_availabilityZoneId = std::forward<AvailabilityZoneIdT>(value);
108 template <
typename AvailabilityZoneIdT = Aws::String>
121 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
123 m_tagsHasBeenSet =
true;
124 m_tags = std::forward<TagsT>(value);
126 template <
typename TagsT = Aws::Map<Aws::String, Aws::String>>
128 SetTags(std::forward<TagsT>(value));
131 template <
typename TagsKeyT = Aws::String,
typename TagsValueT = Aws::String>
133 m_tagsHasBeenSet =
true;
134 m_tags.emplace(std::forward<TagsKeyT>(key), std::forward<TagsValueT>(value));
146 m_supportedHardwareTypeHasBeenSet =
true;
147 m_supportedHardwareType = value;
168 bool m_nameHasBeenSet =
false;
169 bool m_descriptionHasBeenSet =
false;
170 bool m_siteIdHasBeenSet =
false;
171 bool m_availabilityZoneHasBeenSet =
false;
172 bool m_availabilityZoneIdHasBeenSet =
false;
173 bool m_tagsHasBeenSet =
false;
174 bool m_supportedHardwareTypeHasBeenSet =
false;
CreateOutpostRequest & WithTags(TagsT &&value)
const Aws::String & GetAvailabilityZone() const
const Aws::String & GetName() const
const Aws::String & GetSiteId() const
void SetDescription(DescriptionT &&value)
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
bool SupportedHardwareTypeHasBeenSet() const
void SetSupportedHardwareType(SupportedHardwareType value)
bool NameHasBeenSet() const
const Aws::String & GetAvailabilityZoneId() const
void SetName(NameT &&value)
virtual const char * GetServiceRequestName() const override
CreateOutpostRequest & AddTags(TagsKeyT &&key, TagsValueT &&value)
void SetTags(TagsT &&value)
void SetAvailabilityZoneId(AvailabilityZoneIdT &&value)
CreateOutpostRequest & WithSupportedHardwareType(SupportedHardwareType value)
CreateOutpostRequest & WithSiteId(SiteIdT &&value)
bool TagsHasBeenSet() const
CreateOutpostRequest & WithAvailabilityZone(AvailabilityZoneT &&value)
bool SiteIdHasBeenSet() const
CreateOutpostRequest & WithDescription(DescriptionT &&value)
void SetSiteId(SiteIdT &&value)
bool DescriptionHasBeenSet() const
void SetAvailabilityZone(AvailabilityZoneT &&value)
CreateOutpostRequest & WithName(NameT &&value)
const Aws::String & GetDescription() const
AWS_OUTPOSTS_API CreateOutpostRequest()=default
bool AvailabilityZoneIdHasBeenSet() const
bool AvailabilityZoneHasBeenSet() const
const Aws::Map< Aws::String, Aws::String > & GetTags() const
CreateOutpostRequest & WithAvailabilityZoneId(AvailabilityZoneIdT &&value)
SupportedHardwareType GetSupportedHardwareType() 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