@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSchemasRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListSchemasRequest() |
Modifier and Type | Method and Description |
---|---|
ListSchemasRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCollaborationIdentifier()
A unique identifier for the collaboration that the schema belongs to.
|
Integer |
getMaxResults()
The maximum size of the results that is returned per call.
|
String |
getNextToken()
The token value retrieved from a previous call to access the next page of results.
|
String |
getSchemaType()
If present, filter schemas by schema type.
|
int |
hashCode() |
void |
setCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to.
|
void |
setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
void |
setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
void |
setSchemaType(String schemaType)
If present, filter schemas by schema type.
|
String |
toString()
Returns a string representation of this object.
|
ListSchemasRequest |
withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to.
|
ListSchemasRequest |
withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListSchemasRequest |
withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListSchemasRequest |
withSchemaType(SchemaType schemaType)
If present, filter schemas by schema type.
|
ListSchemasRequest |
withSchemaType(String schemaType)
If present, filter schemas by schema type.
|
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 setCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
collaborationIdentifier
- A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration
ID.public String getCollaborationIdentifier()
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
public ListSchemasRequest withCollaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration ID.
collaborationIdentifier
- A unique identifier for the collaboration that the schema belongs to. Currently accepts a collaboration
ID.public void setSchemaType(String schemaType)
If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
schemaType
- If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.SchemaType
public String getSchemaType()
If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
SchemaType
public ListSchemasRequest withSchemaType(String schemaType)
If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
schemaType
- If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.SchemaType
public ListSchemasRequest withSchemaType(SchemaType schemaType)
If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.
schemaType
- If present, filter schemas by schema type. The only valid schema type is currently `TABLE`.SchemaType
public void setNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public String getNextToken()
The token value retrieved from a previous call to access the next page of results.
public ListSchemasRequest withNextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken
- The token value retrieved from a previous call to access the next page of results.public void setMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults
- The maximum size of the results that is returned per call.public Integer getMaxResults()
The maximum size of the results that is returned per call.
public ListSchemasRequest withMaxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults
- The maximum size of the results that is returned per call.public String toString()
toString
in class Object
Object.toString()
public ListSchemasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()