7#include <aws/core/utils/memory/stl/AWSString.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/outposts/Outposts_EXPORTS.h>
10#include <aws/outposts/model/SupportedHardwareType.h>
38 template <
typename OutpostIdT = Aws::String>
40 m_outpostIdHasBeenSet =
true;
41 m_outpostId = std::forward<OutpostIdT>(value);
43 template <
typename OutpostIdT = Aws::String>
54 template <
typename NameT = Aws::String>
56 m_nameHasBeenSet =
true;
57 m_name = std::forward<NameT>(value);
59 template <
typename NameT = Aws::String>
61 SetName(std::forward<NameT>(value));
70 template <
typename DescriptionT = Aws::String>
72 m_descriptionHasBeenSet =
true;
73 m_description = std::forward<DescriptionT>(value);
75 template <
typename DescriptionT = Aws::String>
89 m_supportedHardwareTypeHasBeenSet =
true;
90 m_supportedHardwareType = value;
105 bool m_outpostIdHasBeenSet =
false;
106 bool m_nameHasBeenSet =
false;
107 bool m_descriptionHasBeenSet =
false;
108 bool m_supportedHardwareTypeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetDescription(DescriptionT &&value)
void SetSupportedHardwareType(SupportedHardwareType value)
const Aws::String & GetName() const
UpdateOutpostRequest & WithName(NameT &&value)
UpdateOutpostRequest & WithOutpostId(OutpostIdT &&value)
UpdateOutpostRequest & WithDescription(DescriptionT &&value)
void SetOutpostId(OutpostIdT &&value)
SupportedHardwareType GetSupportedHardwareType() const
bool OutpostIdHasBeenSet() const
bool SupportedHardwareTypeHasBeenSet() const
AWS_OUTPOSTS_API UpdateOutpostRequest()=default
const Aws::String & GetOutpostId() const
const Aws::String & GetDescription() const
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
bool NameHasBeenSet() const
UpdateOutpostRequest & WithSupportedHardwareType(SupportedHardwareType value)
void SetName(NameT &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String