|
| CreateOutpostRequest () |
|
virtual const char * | GetServiceRequestName () const override |
|
Aws::String | SerializePayload () const override |
|
const Aws::String & | GetName () const |
|
bool | NameHasBeenSet () const |
|
void | SetName (const Aws::String &value) |
|
void | SetName (Aws::String &&value) |
|
void | SetName (const char *value) |
|
CreateOutpostRequest & | WithName (const Aws::String &value) |
|
CreateOutpostRequest & | WithName (Aws::String &&value) |
|
CreateOutpostRequest & | WithName (const char *value) |
|
const Aws::String & | GetDescription () const |
|
bool | DescriptionHasBeenSet () const |
|
void | SetDescription (const Aws::String &value) |
|
void | SetDescription (Aws::String &&value) |
|
void | SetDescription (const char *value) |
|
CreateOutpostRequest & | WithDescription (const Aws::String &value) |
|
CreateOutpostRequest & | WithDescription (Aws::String &&value) |
|
CreateOutpostRequest & | WithDescription (const char *value) |
|
const Aws::String & | GetSiteId () const |
|
bool | SiteIdHasBeenSet () const |
|
void | SetSiteId (const Aws::String &value) |
|
void | SetSiteId (Aws::String &&value) |
|
void | SetSiteId (const char *value) |
|
CreateOutpostRequest & | WithSiteId (const Aws::String &value) |
|
CreateOutpostRequest & | WithSiteId (Aws::String &&value) |
|
CreateOutpostRequest & | WithSiteId (const char *value) |
|
const Aws::String & | GetAvailabilityZone () const |
|
bool | AvailabilityZoneHasBeenSet () const |
|
void | SetAvailabilityZone (const Aws::String &value) |
|
void | SetAvailabilityZone (Aws::String &&value) |
|
void | SetAvailabilityZone (const char *value) |
|
CreateOutpostRequest & | WithAvailabilityZone (const Aws::String &value) |
|
CreateOutpostRequest & | WithAvailabilityZone (Aws::String &&value) |
|
CreateOutpostRequest & | WithAvailabilityZone (const char *value) |
|
const Aws::String & | GetAvailabilityZoneId () const |
|
bool | AvailabilityZoneIdHasBeenSet () const |
|
void | SetAvailabilityZoneId (const Aws::String &value) |
|
void | SetAvailabilityZoneId (Aws::String &&value) |
|
void | SetAvailabilityZoneId (const char *value) |
|
CreateOutpostRequest & | WithAvailabilityZoneId (const Aws::String &value) |
|
CreateOutpostRequest & | WithAvailabilityZoneId (Aws::String &&value) |
|
CreateOutpostRequest & | WithAvailabilityZoneId (const char *value) |
|
const Aws::Map< Aws::String, Aws::String > & | GetTags () const |
|
bool | TagsHasBeenSet () const |
|
void | SetTags (const Aws::Map< Aws::String, Aws::String > &value) |
|
void | SetTags (Aws::Map< Aws::String, Aws::String > &&value) |
|
CreateOutpostRequest & | WithTags (const Aws::Map< Aws::String, Aws::String > &value) |
|
CreateOutpostRequest & | WithTags (Aws::Map< Aws::String, Aws::String > &&value) |
|
CreateOutpostRequest & | AddTags (const Aws::String &key, const Aws::String &value) |
|
CreateOutpostRequest & | AddTags (Aws::String &&key, const Aws::String &value) |
|
CreateOutpostRequest & | AddTags (const Aws::String &key, Aws::String &&value) |
|
CreateOutpostRequest & | AddTags (Aws::String &&key, Aws::String &&value) |
|
CreateOutpostRequest & | AddTags (const char *key, Aws::String &&value) |
|
CreateOutpostRequest & | AddTags (Aws::String &&key, const char *value) |
|
CreateOutpostRequest & | AddTags (const char *key, const char *value) |
|
virtual | ~OutpostsRequest () |
|
void | AddParametersToRequest (Aws::Http::HttpRequest &httpRequest) const |
|
Aws::Http::HeaderValueCollection | GetHeaders () const override |
|
| AmazonSerializableWebServiceRequest () |
|
virtual | ~AmazonSerializableWebServiceRequest () |
|
std::shared_ptr< Aws::IOStream > | GetBody () const override |
|
| AmazonWebServiceRequest () |
|
virtual | ~AmazonWebServiceRequest ()=default |
|
virtual void | AddQueryStringParameters (Aws::Http::URI &uri) const |
|
virtual void | PutToPresignedUrl (Aws::Http::URI &uri) const |
|
virtual bool | IsStreaming () const |
|
virtual bool | IsEventStreamRequest () const |
|
virtual bool | SignBody () const |
|
virtual bool | IsChunked () const |
|
virtual void | SetRequestSignedHandler (const RequestSignedHandler &handler) |
|
virtual const RequestSignedHandler & | GetRequestSignedHandler () const |
|
const Aws::IOStreamFactory & | GetResponseStreamFactory () const |
|
void | SetResponseStreamFactory (const Aws::IOStreamFactory &factory) |
|
virtual void | SetDataReceivedEventHandler (const Aws::Http::DataReceivedEventHandler &dataReceivedEventHandler) |
|
virtual void | SetDataSentEventHandler (const Aws::Http::DataSentEventHandler &dataSentEventHandler) |
|
virtual void | SetContinueRequestHandler (const Aws::Http::ContinueRequestHandler &continueRequestHandler) |
|
virtual void | SetDataReceivedEventHandler (Aws::Http::DataReceivedEventHandler &&dataReceivedEventHandler) |
|
virtual void | SetDataSentEventHandler (Aws::Http::DataSentEventHandler &&dataSentEventHandler) |
|
virtual void | SetContinueRequestHandler (Aws::Http::ContinueRequestHandler &&continueRequestHandler) |
|
virtual void | SetRequestRetryHandler (const RequestRetryHandler &handler) |
|
virtual void | SetRequestRetryHandler (RequestRetryHandler &&handler) |
|
virtual const Aws::Http::DataReceivedEventHandler & | GetDataReceivedEventHandler () const |
|
virtual const Aws::Http::DataSentEventHandler & | GetDataSentEventHandler () const |
|
virtual const Aws::Http::ContinueRequestHandler & | GetContinueRequestHandler () const |
|
virtual const RequestRetryHandler & | GetRequestRetryHandler () const |
|
virtual bool | ShouldComputeContentMd5 () const |
|
Definition at line 22 of file CreateOutpostRequest.h.