Cloneable
, ReadLimitInfo
, ToCopyableBuilder<GetRequestValidatorsRequest.Builder,GetRequestValidatorsRequest>
@Generated("software.amazon.awssdk:codegen") public class GetRequestValidatorsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<GetRequestValidatorsRequest.Builder,GetRequestValidatorsRequest>
Gets the RequestValidators collection of a given RestApi.
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetRequestValidatorsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static GetRequestValidatorsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of returned results per page.
|
String |
position() |
The current pagination position in the paged result set.
|
String |
restApiId() |
[Required] The identifier of a RestApi to which the RequestValidators collection belongs.
|
static Class<? extends GetRequestValidatorsRequest.Builder> |
serializableBuilderClass() |
|
GetRequestValidatorsRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String restApiId()
[Required] The identifier of a RestApi to which the RequestValidators collection belongs.
public String position()
The current pagination position in the paged result set.
public Integer limit()
The maximum number of returned results per page.
public GetRequestValidatorsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetRequestValidatorsRequest.Builder,GetRequestValidatorsRequest>
public static GetRequestValidatorsRequest.Builder builder()
public static Class<? extends GetRequestValidatorsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.