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