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>
44 inline void SetOutpostId(
const char* value) { m_outpostIdHasBeenSet =
true; m_outpostId.assign(value); }
56 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
68 inline void SetDescription(
const char* value) { m_descriptionHasBeenSet =
true; m_description.assign(value); }
88 bool m_outpostIdHasBeenSet =
false;
91 bool m_nameHasBeenSet =
false;
94 bool m_descriptionHasBeenSet =
false;
97 bool m_supportedHardwareTypeHasBeenSet =
false;
virtual const char * GetServiceRequestName() const override
bool DescriptionHasBeenSet() const
void SetDescription(const Aws::String &value)
AWS_OUTPOSTS_API UpdateOutpostRequest()
UpdateOutpostRequest & WithName(Aws::String &&value)
void SetOutpostId(const Aws::String &value)
UpdateOutpostRequest & WithName(const Aws::String &value)
const Aws::String & GetName() const
void SetName(const char *value)
UpdateOutpostRequest & WithSupportedHardwareType(SupportedHardwareType &&value)
UpdateOutpostRequest & WithOutpostId(const char *value)
UpdateOutpostRequest & WithDescription(Aws::String &&value)
void SetName(Aws::String &&value)
bool OutpostIdHasBeenSet() const
bool SupportedHardwareTypeHasBeenSet() const
void SetDescription(const char *value)
void SetName(const Aws::String &value)
const Aws::String & GetOutpostId() const
UpdateOutpostRequest & WithDescription(const Aws::String &value)
const Aws::String & GetDescription() const
const SupportedHardwareType & GetSupportedHardwareType() const
UpdateOutpostRequest & WithName(const char *value)
void SetOutpostId(const char *value)
AWS_OUTPOSTS_API Aws::String SerializePayload() const override
UpdateOutpostRequest & WithOutpostId(Aws::String &&value)
UpdateOutpostRequest & WithDescription(const char *value)
bool NameHasBeenSet() const
void SetSupportedHardwareType(const SupportedHardwareType &value)
UpdateOutpostRequest & WithSupportedHardwareType(const SupportedHardwareType &value)
void SetSupportedHardwareType(SupportedHardwareType &&value)
void SetDescription(Aws::String &&value)
UpdateOutpostRequest & WithOutpostId(const Aws::String &value)
void SetOutpostId(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String