@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() |
boolean |
equals(Object obj) |
String |
getRequestValidatorId()
The identifier of the RequestValidator to be deleted.
|
String |
getRestApiId()
The string identifier of the associated RestApi.
|
int |
hashCode() |
void |
setRequestValidatorId(String requestValidatorId)
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.
|
DeleteRequestValidatorRequest |
withRequestValidatorId(String requestValidatorId)
The identifier of the RequestValidator to be deleted.
|
DeleteRequestValidatorRequest |
withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
addHandlerContext, copyBaseTo, 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)
The identifier of the RequestValidator to be deleted.
requestValidatorId - The identifier of the RequestValidator to be deleted.public String getRequestValidatorId()
The identifier of the RequestValidator to be deleted.
public DeleteRequestValidatorRequest withRequestValidatorId(String requestValidatorId)
The identifier of the RequestValidator to be deleted.
requestValidatorId - The identifier of the RequestValidator to be deleted.public String toString()
toString in class ObjectObject.toString()public DeleteRequestValidatorRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2023. All rights reserved.