@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSchemaExtensionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| ListSchemaExtensionsRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| ListSchemaExtensionsRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getDirectoryId()
 The identifier of the directory from which to retrieve the schema extension information. | 
| Integer | getLimit()
 The maximum number of items to return. | 
| String | getNextToken()
 The  ListSchemaExtensions.NextTokenvalue from a previous call toListSchemaExtensions. | 
| int | hashCode() | 
| void | setDirectoryId(String directoryId)
 The identifier of the directory from which to retrieve the schema extension information. | 
| void | setLimit(Integer limit)
 The maximum number of items to return. | 
| void | setNextToken(String nextToken)
 The  ListSchemaExtensions.NextTokenvalue from a previous call toListSchemaExtensions. | 
| String | toString()Returns a string representation of this object. | 
| ListSchemaExtensionsRequest | withDirectoryId(String directoryId)
 The identifier of the directory from which to retrieve the schema extension information. | 
| ListSchemaExtensionsRequest | withLimit(Integer limit)
 The maximum number of items to return. | 
| ListSchemaExtensionsRequest | withNextToken(String nextToken)
 The  ListSchemaExtensions.NextTokenvalue from a previous call toListSchemaExtensions. | 
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDirectoryId(String directoryId)
The identifier of the directory from which to retrieve the schema extension information.
directoryId - The identifier of the directory from which to retrieve the schema extension information.public String getDirectoryId()
The identifier of the directory from which to retrieve the schema extension information.
public ListSchemaExtensionsRequest withDirectoryId(String directoryId)
The identifier of the directory from which to retrieve the schema extension information.
directoryId - The identifier of the directory from which to retrieve the schema extension information.public void setNextToken(String nextToken)
 The ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions.
 Pass null if this is the first call.
 
nextToken - The ListSchemaExtensions.NextToken value from a previous call to
        ListSchemaExtensions. Pass null if this is the first call.public String getNextToken()
 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 ListSchemaExtensionsRequest withNextToken(String nextToken)
 The ListSchemaExtensions.NextToken value from a previous call to ListSchemaExtensions.
 Pass null if this is the first call.
 
nextToken - The ListSchemaExtensions.NextToken value from a previous call to
        ListSchemaExtensions. Pass null if this is the first call.public void setLimit(Integer limit)
The maximum number of items to return.
limit - The maximum number of items to return.public Integer getLimit()
The maximum number of items to return.
public ListSchemaExtensionsRequest withLimit(Integer limit)
The maximum number of items to return.
limit - The maximum number of items to return.public String toString()
toString in class ObjectObject.toString()public ListSchemaExtensionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()