|
| RestApi () |
|
| RestApi (Aws::Utils::Json::JsonView jsonValue) |
|
RestApi & | operator= (Aws::Utils::Json::JsonView jsonValue) |
|
Aws::Utils::Json::JsonValue | Jsonize () const |
|
const Aws::String & | GetId () const |
|
bool | IdHasBeenSet () const |
|
void | SetId (const Aws::String &value) |
|
void | SetId (Aws::String &&value) |
|
void | SetId (const char *value) |
|
RestApi & | WithId (const Aws::String &value) |
|
RestApi & | WithId (Aws::String &&value) |
|
RestApi & | WithId (const char *value) |
|
const Aws::String & | GetName () const |
|
bool | NameHasBeenSet () const |
|
void | SetName (const Aws::String &value) |
|
void | SetName (Aws::String &&value) |
|
void | SetName (const char *value) |
|
RestApi & | WithName (const Aws::String &value) |
|
RestApi & | WithName (Aws::String &&value) |
|
RestApi & | 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) |
|
RestApi & | WithDescription (const Aws::String &value) |
|
RestApi & | WithDescription (Aws::String &&value) |
|
RestApi & | WithDescription (const char *value) |
|
const Aws::Utils::DateTime & | GetCreatedDate () const |
|
bool | CreatedDateHasBeenSet () const |
|
void | SetCreatedDate (const Aws::Utils::DateTime &value) |
|
void | SetCreatedDate (Aws::Utils::DateTime &&value) |
|
RestApi & | WithCreatedDate (const Aws::Utils::DateTime &value) |
|
RestApi & | WithCreatedDate (Aws::Utils::DateTime &&value) |
|
const Aws::String & | GetVersion () const |
|
bool | VersionHasBeenSet () const |
|
void | SetVersion (const Aws::String &value) |
|
void | SetVersion (Aws::String &&value) |
|
void | SetVersion (const char *value) |
|
RestApi & | WithVersion (const Aws::String &value) |
|
RestApi & | WithVersion (Aws::String &&value) |
|
RestApi & | WithVersion (const char *value) |
|
const Aws::Vector< Aws::String > & | GetWarnings () const |
|
bool | WarningsHasBeenSet () const |
|
void | SetWarnings (const Aws::Vector< Aws::String > &value) |
|
void | SetWarnings (Aws::Vector< Aws::String > &&value) |
|
RestApi & | WithWarnings (const Aws::Vector< Aws::String > &value) |
|
RestApi & | WithWarnings (Aws::Vector< Aws::String > &&value) |
|
RestApi & | AddWarnings (const Aws::String &value) |
|
RestApi & | AddWarnings (Aws::String &&value) |
|
RestApi & | AddWarnings (const char *value) |
|
const Aws::Vector< Aws::String > & | GetBinaryMediaTypes () const |
|
bool | BinaryMediaTypesHasBeenSet () const |
|
void | SetBinaryMediaTypes (const Aws::Vector< Aws::String > &value) |
|
void | SetBinaryMediaTypes (Aws::Vector< Aws::String > &&value) |
|
RestApi & | WithBinaryMediaTypes (const Aws::Vector< Aws::String > &value) |
|
RestApi & | WithBinaryMediaTypes (Aws::Vector< Aws::String > &&value) |
|
RestApi & | AddBinaryMediaTypes (const Aws::String &value) |
|
RestApi & | AddBinaryMediaTypes (Aws::String &&value) |
|
RestApi & | AddBinaryMediaTypes (const char *value) |
|
int | GetMinimumCompressionSize () const |
|
bool | MinimumCompressionSizeHasBeenSet () const |
|
void | SetMinimumCompressionSize (int value) |
|
RestApi & | WithMinimumCompressionSize (int value) |
|
const ApiKeySourceType & | GetApiKeySource () const |
|
bool | ApiKeySourceHasBeenSet () const |
|
void | SetApiKeySource (const ApiKeySourceType &value) |
|
void | SetApiKeySource (ApiKeySourceType &&value) |
|
RestApi & | WithApiKeySource (const ApiKeySourceType &value) |
|
RestApi & | WithApiKeySource (ApiKeySourceType &&value) |
|
const EndpointConfiguration & | GetEndpointConfiguration () const |
|
bool | EndpointConfigurationHasBeenSet () const |
|
void | SetEndpointConfiguration (const EndpointConfiguration &value) |
|
void | SetEndpointConfiguration (EndpointConfiguration &&value) |
|
RestApi & | WithEndpointConfiguration (const EndpointConfiguration &value) |
|
RestApi & | WithEndpointConfiguration (EndpointConfiguration &&value) |
|
const Aws::String & | GetPolicy () const |
|
bool | PolicyHasBeenSet () const |
|
void | SetPolicy (const Aws::String &value) |
|
void | SetPolicy (Aws::String &&value) |
|
void | SetPolicy (const char *value) |
|
RestApi & | WithPolicy (const Aws::String &value) |
|
RestApi & | WithPolicy (Aws::String &&value) |
|
RestApi & | WithPolicy (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) |
|
RestApi & | WithTags (const Aws::Map< Aws::String, Aws::String > &value) |
|
RestApi & | WithTags (Aws::Map< Aws::String, Aws::String > &&value) |
|
RestApi & | AddTags (const Aws::String &key, const Aws::String &value) |
|
RestApi & | AddTags (Aws::String &&key, const Aws::String &value) |
|
RestApi & | AddTags (const Aws::String &key, Aws::String &&value) |
|
RestApi & | AddTags (Aws::String &&key, Aws::String &&value) |
|
RestApi & | AddTags (const char *key, Aws::String &&value) |
|
RestApi & | AddTags (Aws::String &&key, const char *value) |
|
RestApi & | AddTags (const char *key, const char *value) |
|
bool | GetDisableExecuteApiEndpoint () const |
|
bool | DisableExecuteApiEndpointHasBeenSet () const |
|
void | SetDisableExecuteApiEndpoint (bool value) |
|
RestApi & | WithDisableExecuteApiEndpoint (bool value) |
|
Represents a REST API.
See Also:
AWS API Reference
Definition at line 38 of file RestApi.h.