@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetRequestValidatorRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Gets a RequestValidator of a given RestApi.
NOOP| Constructor and Description | 
|---|
| GetRequestValidatorRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetRequestValidatorRequest | 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 retrieved. | 
| String | getRestApiId()
 The string identifier of the associated RestApi. | 
| int | hashCode() | 
| void | setRequestValidatorId(String requestValidatorId)
 The identifier of the RequestValidator to be retrieved. | 
| void | setRestApiId(String restApiId)
 The string identifier of the associated RestApi. | 
| String | toString()Returns a string representation of this object. | 
| GetRequestValidatorRequest | withRequestValidatorId(String requestValidatorId)
 The identifier of the RequestValidator to be retrieved. | 
| GetRequestValidatorRequest | 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 GetRequestValidatorRequest 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 retrieved.
requestValidatorId - The identifier of the RequestValidator to be retrieved.public String getRequestValidatorId()
The identifier of the RequestValidator to be retrieved.
public GetRequestValidatorRequest withRequestValidatorId(String requestValidatorId)
The identifier of the RequestValidator to be retrieved.
requestValidatorId - The identifier of the RequestValidator to be retrieved.public String toString()
toString in class ObjectObject.toString()public GetRequestValidatorRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()