Cloneable
, ReadLimitInfo
, ToCopyableBuilder<ListSchemaExtensionsRequest.Builder,ListSchemaExtensionsRequest>
@Generated("software.amazon.awssdk:codegen") public class ListSchemaExtensionsRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<ListSchemaExtensionsRequest.Builder,ListSchemaExtensionsRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ListSchemaExtensionsRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
static ListSchemaExtensionsRequest.Builder |
builder() |
|
String |
directoryId() |
The identifier of the directory from which to retrieve the schema extension information.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
Integer |
limit() |
The maximum number of items to return.
|
String |
nextToken() |
The
ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions . |
static Class<? extends ListSchemaExtensionsRequest.Builder> |
serializableBuilderClass() |
|
ListSchemaExtensionsRequest.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 directoryId()
The identifier of the directory from which to retrieve the schema extension information.
public String nextToken()
The ListSchemaExtensions.NextToken
value from a previous call to ListSchemaExtensions
.
Pass null if this is the first call.
ListSchemaExtensions.NextToken
value from a previous call to
ListSchemaExtensions
. Pass null if this is the first call.public Integer limit()
The maximum number of items to return.
public ListSchemaExtensionsRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ListSchemaExtensionsRequest.Builder,ListSchemaExtensionsRequest>
public static ListSchemaExtensionsRequest.Builder builder()
public static Class<? extends ListSchemaExtensionsRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.