7#include <aws/outposts/Outposts_EXPORTS.h>
8#include <aws/outposts/OutpostsRequest.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
10#include <aws/outposts/model/SupportedHardwareType.h>
42 template<
typename OutpostIdT = Aws::String>
43 void SetOutpostId(OutpostIdT&& value) { m_outpostIdHasBeenSet =
true; m_outpostId = std::forward<OutpostIdT>(value); }
44 template<
typename OutpostIdT = Aws::String>
52 template<
typename NameT = Aws::String>
53 void SetName(NameT&& value) { m_nameHasBeenSet =
true; m_name = std::forward<NameT>(value); }
54 template<
typename NameT = Aws::String>
62 template<
typename DescriptionT = Aws::String>
63 void SetDescription(DescriptionT&& value) { m_descriptionHasBeenSet =
true; m_description = std::forward<DescriptionT>(value); }
64 template<
typename DescriptionT = Aws::String>
80 bool m_outpostIdHasBeenSet =
false;
83 bool m_nameHasBeenSet =
false;
86 bool m_descriptionHasBeenSet =
false;
89 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