@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteRequestValidatorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Deletes a specified RequestValidator of a given RestApi.
NOOP| Constructor and Description |
|---|
DeleteRequestValidatorRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteRequestValidatorRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getRequestValidatorId()
[Required] The identifier of the RequestValidator to be deleted.
|
String |
getRestApiId()
The string identifier of the associated RestApi.
|
int |
hashCode() |
void |
setRequestValidatorId(String requestValidatorId)
[Required] The identifier of the RequestValidator to be deleted.
|
void |
setRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
DeleteRequestValidatorRequest |
withRequestValidatorId(String requestValidatorId)
[Required] The identifier of the RequestValidator to be deleted.
|
DeleteRequestValidatorRequest |
withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
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, withSdkRequestTimeoutpublic void setRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.public String getRestApiId()
The string identifier of the associated RestApi.
public DeleteRequestValidatorRequest withRestApiId(String restApiId)
The string identifier of the associated RestApi.
restApiId - The string identifier of the associated RestApi.public void setRequestValidatorId(String requestValidatorId)
[Required] The identifier of the RequestValidator to be deleted.
requestValidatorId - [Required] The identifier of the RequestValidator to be deleted.public String getRequestValidatorId()
[Required] The identifier of the RequestValidator to be deleted.
public DeleteRequestValidatorRequest withRequestValidatorId(String requestValidatorId)
[Required] The identifier of the RequestValidator to be deleted.
requestValidatorId - [Required] The identifier of the RequestValidator to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteRequestValidatorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.