/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include A PUT request to update an existing API, with external API definitions
* specified as the request body.See Also:
AWS
* API Reference
The string identifier of the associated RestApi.
*/ inline const Aws::String& GetRestApiId() const{ return m_restApiId; } /** *The string identifier of the associated RestApi.
*/ inline bool RestApiIdHasBeenSet() const { return m_restApiIdHasBeenSet; } /** *The string identifier of the associated RestApi.
*/ inline void SetRestApiId(const Aws::String& value) { m_restApiIdHasBeenSet = true; m_restApiId = value; } /** *The string identifier of the associated RestApi.
*/ inline void SetRestApiId(Aws::String&& value) { m_restApiIdHasBeenSet = true; m_restApiId = std::move(value); } /** *The string identifier of the associated RestApi.
*/ inline void SetRestApiId(const char* value) { m_restApiIdHasBeenSet = true; m_restApiId.assign(value); } /** *The string identifier of the associated RestApi.
*/ inline PutRestApiRequest& WithRestApiId(const Aws::String& value) { SetRestApiId(value); return *this;} /** *The string identifier of the associated RestApi.
*/ inline PutRestApiRequest& WithRestApiId(Aws::String&& value) { SetRestApiId(std::move(value)); return *this;} /** *The string identifier of the associated RestApi.
*/ inline PutRestApiRequest& WithRestApiId(const char* value) { SetRestApiId(value); return *this;} /** *The mode
query parameter to specify the update mode. Valid
* values are "merge" and "overwrite". By default, the update mode is "merge".
The mode
query parameter to specify the update mode. Valid
* values are "merge" and "overwrite". By default, the update mode is "merge".
The mode
query parameter to specify the update mode. Valid
* values are "merge" and "overwrite". By default, the update mode is "merge".
The mode
query parameter to specify the update mode. Valid
* values are "merge" and "overwrite". By default, the update mode is "merge".
The mode
query parameter to specify the update mode. Valid
* values are "merge" and "overwrite". By default, the update mode is "merge".
The mode
query parameter to specify the update mode. Valid
* values are "merge" and "overwrite". By default, the update mode is "merge".
A query parameter to indicate whether to rollback the API update
* (true
) or not (false
) when a warning is encountered.
* The default value is false
.
A query parameter to indicate whether to rollback the API update
* (true
) or not (false
) when a warning is encountered.
* The default value is false
.
A query parameter to indicate whether to rollback the API update
* (true
) or not (false
) when a warning is encountered.
* The default value is false
.
A query parameter to indicate whether to rollback the API update
* (true
) or not (false
) when a warning is encountered.
* The default value is false
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.
Custom header parameters as part of the request. For example, to exclude
* DocumentationParts from an imported API, set ignore=documentation
* as a parameters
value, as in the AWS CLI command of aws
* apigateway import-rest-api --parameters ignore=documentation --body
* 'file:///path/to/imported-api-body.json'
.