@Generated(value="software.amazon.awssdk:codegen") public final class ListOutpostsWithS3Request extends S3OutpostsRequest implements ToCopyableBuilder<ListOutpostsWithS3Request.Builder,ListOutpostsWithS3Request>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ListOutpostsWithS3Request.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ListOutpostsWithS3Request.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Integer |
maxResults()
The maximum number of Outposts to return.
|
String |
nextToken()
When you can get additional results from the
ListOutpostsWithS3 call, a NextToken
parameter is returned in the output. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ListOutpostsWithS3Request.Builder> |
serializableBuilderClass() |
ListOutpostsWithS3Request.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String nextToken()
When you can get additional results from the ListOutpostsWithS3 call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional Outposts.
ListOutpostsWithS3 call, a
NextToken parameter is returned in the output. You can then pass in a subsequent command to
the NextToken parameter to continue listing additional Outposts.public final Integer maxResults()
The maximum number of Outposts to return. The limit is 100.
public ListOutpostsWithS3Request.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ListOutpostsWithS3Request.Builder,ListOutpostsWithS3Request>toBuilder in class S3OutpostsRequestpublic static ListOutpostsWithS3Request.Builder builder()
public static Class<? extends ListOutpostsWithS3Request.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.