@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.NextToken value from a previous call to ListSchemaExtensions . |
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.NextToken value from a previous call to ListSchemaExtensions . |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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.NextToken value from a previous call to ListSchemaExtensions . |
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, withSdkRequestTimeout
public 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 Object
Object.toString()
public ListSchemaExtensionsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.