Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListProtectionsRequest.Builder,ListProtectionsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListProtectionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListProtectionsRequest.Builder,ListProtectionsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListProtectionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListProtectionsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum number of Protection objects to be returned.
|
String |
nextToken() |
The
ListProtectionsRequest.NextToken value from a previous call to ListProtections . |
static Class<? extends ListProtectionsRequest.Builder> |
serializableBuilderClass() |
|
ListProtectionsRequest.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 nextToken()
The ListProtectionsRequest.NextToken
value from a previous call to ListProtections
.
Pass null if this is the first call.
ListProtectionsRequest.NextToken
value from a previous call to
ListProtections
. Pass null if this is the first call.public Integer maxResults()
The maximum number of Protection objects to be returned. If this is left blank the first 20 results will be returned.
public ListProtectionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListProtectionsRequest.Builder,ListProtectionsRequest>
public static ListProtectionsRequest.Builder builder()
public static Class<? extends ListProtectionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.