@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListSchemaVersionsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
ListSchemaVersionsRequest() |
| Modifier and Type | Method and Description |
|---|---|
ListSchemaVersionsRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results required per page.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
SchemaId |
getSchemaId()
This is a wrapper structure to contain schema identity fields.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of results required per page.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
void |
setSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
String |
toString()
Returns a string representation of this object.
|
ListSchemaVersionsRequest |
withMaxResults(Integer maxResults)
Maximum number of results required per page.
|
ListSchemaVersionsRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
ListSchemaVersionsRequest |
withSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields.
|
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 setSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
schemaId - This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
public SchemaId getSchemaId()
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
public ListSchemaVersionsRequest withSchemaId(SchemaId schemaId)
This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
schemaId - This is a wrapper structure to contain schema identity fields. The structure contains:
SchemaId$SchemaArn: The Amazon Resource Name (ARN) of the schema. Either SchemaArn or
SchemaName and RegistryName has to be provided.
SchemaId$SchemaName: The name of the schema. Either SchemaArn or SchemaName and
RegistryName has to be provided.
public void setMaxResults(Integer maxResults)
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
maxResults - Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25
per page.public Integer getMaxResults()
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
public ListSchemaVersionsRequest withMaxResults(Integer maxResults)
Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25 per page.
maxResults - Maximum number of results required per page. If the value is not supplied, this will be defaulted to 25
per page.public void setNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public String getNextToken()
A continuation token, if this is a continuation call.
public ListSchemaVersionsRequest withNextToken(String nextToken)
A continuation token, if this is a continuation call.
nextToken - A continuation token, if this is a continuation call.public String toString()
toString in class ObjectObject.toString()public ListSchemaVersionsRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()