Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListProjectsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListProjectsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListProjectsRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
maxResults() |
The maximum amount of data that can be contained in a single set of results.
|
String |
nextToken() |
The continuation token to be used to return the next set of results, if the results cannot be returned in one
response.
|
static Class<? extends ListProjectsRequest.Builder> |
serializableBuilderClass() |
|
ListProjectsRequest.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 continuation token to be used to return the next set of results, if the results cannot be returned in one response.
public Integer maxResults()
The maximum amount of data that can be contained in a single set of results.
public ListProjectsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListProjectsRequest.Builder,ListProjectsRequest>
public static ListProjectsRequest.Builder builder()
public static Class<? extends ListProjectsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.