@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()
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, 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 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 Object
Object.toString()
public DeleteRequestValidatorRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()