@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListAppliedSchemaArnsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListAppliedSchemaArnsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListAppliedSchemaArnsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getDirectoryArn()
The ARN of the directory you are listing.
|
Integer |
getMaxResults()
The maximum number of results to retrieve.
|
String |
getNextToken()
The pagination token.
|
int |
hashCode() |
void |
setDirectoryArn(String directoryArn)
The ARN of the directory you are listing.
|
void |
setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
void |
setNextToken(String nextToken)
The pagination token.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
ListAppliedSchemaArnsRequest |
withDirectoryArn(String directoryArn)
The ARN of the directory you are listing.
|
ListAppliedSchemaArnsRequest |
withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
|
ListAppliedSchemaArnsRequest |
withNextToken(String nextToken)
The pagination token.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDirectoryArn(String directoryArn)
The ARN of the directory you are listing.
directoryArn - The ARN of the directory you are listing.public String getDirectoryArn()
The ARN of the directory you are listing.
public ListAppliedSchemaArnsRequest withDirectoryArn(String directoryArn)
The ARN of the directory you are listing.
directoryArn - The ARN of the directory you are listing.public void setNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public String getNextToken()
The pagination token.
public ListAppliedSchemaArnsRequest withNextToken(String nextToken)
The pagination token.
nextToken - The pagination token.public void setMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.public Integer getMaxResults()
The maximum number of results to retrieve.
public ListAppliedSchemaArnsRequest withMaxResults(Integer maxResults)
The maximum number of results to retrieve.
maxResults - The maximum number of results to retrieve.public String toString()
toString in class ObjectObject.toString()public ListAppliedSchemaArnsRequest clone()
clone in class AmazonWebServiceRequestCopyright © 2017. All rights reserved.