@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuerySchemaVersionMetadataRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
QuerySchemaVersionMetadataRequest() |
Modifier and Type | Method and Description |
---|---|
QuerySchemaVersionMetadataRequest |
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.
|
List<MetadataKeyValuePair> |
getMetadataList()
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
SchemaId |
getSchemaId()
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
String |
getSchemaVersionId()
The unique version ID of the schema version.
|
SchemaVersionNumber |
getSchemaVersionNumber()
The version number of the schema.
|
int |
hashCode() |
void |
setMaxResults(Integer maxResults)
Maximum number of results required per page.
|
void |
setMetadataList(Collection<MetadataKeyValuePair> metadataList)
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
|
void |
setNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
void |
setSchemaId(SchemaId schemaId)
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
void |
setSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
|
void |
setSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
The version number of the schema.
|
String |
toString()
Returns a string representation of this object.
|
QuerySchemaVersionMetadataRequest |
withMaxResults(Integer maxResults)
Maximum number of results required per page.
|
QuerySchemaVersionMetadataRequest |
withMetadataList(Collection<MetadataKeyValuePair> metadataList)
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
|
QuerySchemaVersionMetadataRequest |
withMetadataList(MetadataKeyValuePair... metadataList)
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
|
QuerySchemaVersionMetadataRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
QuerySchemaVersionMetadataRequest |
withSchemaId(SchemaId schemaId)
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
|
QuerySchemaVersionMetadataRequest |
withSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
|
QuerySchemaVersionMetadataRequest |
withSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
The version number of the schema.
|
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 setSchemaId(SchemaId schemaId)
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
schemaId
- A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).public SchemaId getSchemaId()
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
public QuerySchemaVersionMetadataRequest withSchemaId(SchemaId schemaId)
A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).
schemaId
- A wrapper structure that may contain the schema name and Amazon Resource Name (ARN).public void setSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
The version number of the schema.
schemaVersionNumber
- The version number of the schema.public SchemaVersionNumber getSchemaVersionNumber()
The version number of the schema.
public QuerySchemaVersionMetadataRequest withSchemaVersionNumber(SchemaVersionNumber schemaVersionNumber)
The version number of the schema.
schemaVersionNumber
- The version number of the schema.public void setSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
schemaVersionId
- The unique version ID of the schema version.public String getSchemaVersionId()
The unique version ID of the schema version.
public QuerySchemaVersionMetadataRequest withSchemaVersionId(String schemaVersionId)
The unique version ID of the schema version.
schemaVersionId
- The unique version ID of the schema version.public List<MetadataKeyValuePair> getMetadataList()
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
public void setMetadataList(Collection<MetadataKeyValuePair> metadataList)
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
metadataList
- Search key-value pairs for metadata, if they are not provided all the metadata information will be
fetched.public QuerySchemaVersionMetadataRequest withMetadataList(MetadataKeyValuePair... metadataList)
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
NOTE: This method appends the values to the existing list (if any). Use
setMetadataList(java.util.Collection)
or withMetadataList(java.util.Collection)
if you want to
override the existing values.
metadataList
- Search key-value pairs for metadata, if they are not provided all the metadata information will be
fetched.public QuerySchemaVersionMetadataRequest withMetadataList(Collection<MetadataKeyValuePair> metadataList)
Search key-value pairs for metadata, if they are not provided all the metadata information will be fetched.
metadataList
- Search key-value pairs for metadata, if they are not provided all the metadata information will be
fetched.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 QuerySchemaVersionMetadataRequest 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 QuerySchemaVersionMetadataRequest 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 Object
Object.toString()
public QuerySchemaVersionMetadataRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()