@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateApiRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateApiRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateApiRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getApiId()
The API identifier.
|
String |
getApiKeySelectionExpression()
An API key selection expression.
|
String |
getDescription()
The description of the API.
|
Boolean |
getDisableSchemaValidation()
Avoid validating models when creating a deployment.
|
String |
getName()
The name of the API.
|
String |
getRouteSelectionExpression()
The route selection expression for the API.
|
String |
getVersion()
A version identifier for the API.
|
int |
hashCode() |
Boolean |
isDisableSchemaValidation()
Avoid validating models when creating a deployment.
|
void |
setApiId(String apiId)
The API identifier.
|
void |
setApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression.
|
void |
setDescription(String description)
The description of the API.
|
void |
setDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
|
void |
setName(String name)
The name of the API.
|
void |
setRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
|
void |
setVersion(String version)
A version identifier for the API.
|
String |
toString()
Returns a string representation of this object.
|
UpdateApiRequest |
withApiId(String apiId)
The API identifier.
|
UpdateApiRequest |
withApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression.
|
UpdateApiRequest |
withDescription(String description)
The description of the API.
|
UpdateApiRequest |
withDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
|
UpdateApiRequest |
withName(String name)
The name of the API.
|
UpdateApiRequest |
withRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
|
UpdateApiRequest |
withVersion(String version)
A version identifier for the API.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setApiId(String apiId)
The API identifier.
apiId
- The API identifier.public String getApiId()
The API identifier.
public UpdateApiRequest withApiId(String apiId)
The API identifier.
apiId
- The API identifier.public void setApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression. See API Key Selection Expressions.
apiKeySelectionExpression
- An API key selection expression. See API Key Selection Expressions.public String getApiKeySelectionExpression()
An API key selection expression. See API Key Selection Expressions.
public UpdateApiRequest withApiKeySelectionExpression(String apiKeySelectionExpression)
An API key selection expression. See API Key Selection Expressions.
apiKeySelectionExpression
- An API key selection expression. See API Key Selection Expressions.public void setDescription(String description)
The description of the API.
description
- The description of the API.public String getDescription()
The description of the API.
public UpdateApiRequest withDescription(String description)
The description of the API.
description
- The description of the API.public void setDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
disableSchemaValidation
- Avoid validating models when creating a deployment.public Boolean getDisableSchemaValidation()
Avoid validating models when creating a deployment.
public UpdateApiRequest withDisableSchemaValidation(Boolean disableSchemaValidation)
Avoid validating models when creating a deployment.
disableSchemaValidation
- Avoid validating models when creating a deployment.public Boolean isDisableSchemaValidation()
Avoid validating models when creating a deployment.
public void setName(String name)
The name of the API.
name
- The name of the API.public String getName()
The name of the API.
public UpdateApiRequest withName(String name)
The name of the API.
name
- The name of the API.public void setRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
routeSelectionExpression
- The route selection expression for the API.public String getRouteSelectionExpression()
The route selection expression for the API.
public UpdateApiRequest withRouteSelectionExpression(String routeSelectionExpression)
The route selection expression for the API.
routeSelectionExpression
- The route selection expression for the API.public void setVersion(String version)
A version identifier for the API.
version
- A version identifier for the API.public String getVersion()
A version identifier for the API.
public UpdateApiRequest withVersion(String version)
A version identifier for the API.
version
- A version identifier for the API.public String toString()
toString
in class Object
Object.toString()
public UpdateApiRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.