@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) |
Integer |
getLimit() |
String |
getNextToken()
The token that specifies the next page of results to return.
|
String |
getRegistryName()
The name of the registry.
|
String |
getSchemaNamePrefix()
Specifying this limits the results to only those schema names that start with the specified prefix.
|
int |
hashCode() |
void |
setLimit(Integer limit) |
void |
setNextToken(String nextToken)
The token that specifies the next page of results to return.
|
void |
setRegistryName(String registryName)
The name of the registry.
|
void |
setSchemaNamePrefix(String schemaNamePrefix)
Specifying this limits the results to only those schema names that start with the specified prefix.
|
String |
toString()
Returns a string representation of this object.
|
ListSchemasRequest |
withLimit(Integer limit) |
ListSchemasRequest |
withNextToken(String nextToken)
The token that specifies the next page of results to return.
|
ListSchemasRequest |
withRegistryName(String registryName)
The name of the registry.
|
ListSchemasRequest |
withSchemaNamePrefix(String schemaNamePrefix)
Specifying this limits the results to only those schema names that start with the specified prefix.
|
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 setLimit(Integer limit)
limit
- public Integer getLimit()
public ListSchemasRequest withLimit(Integer limit)
limit
- public void setNextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken
- The token that specifies the next page of results to return. To request the first page, leave NextToken
empty. The token will expire in 24 hours, and cannot be shared with other accounts.public String getNextToken()
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
public ListSchemasRequest withNextToken(String nextToken)
The token that specifies the next page of results to return. To request the first page, leave NextToken empty. The token will expire in 24 hours, and cannot be shared with other accounts.
nextToken
- The token that specifies the next page of results to return. To request the first page, leave NextToken
empty. The token will expire in 24 hours, and cannot be shared with other accounts.public void setRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public String getRegistryName()
The name of the registry.
public ListSchemasRequest withRegistryName(String registryName)
The name of the registry.
registryName
- The name of the registry.public void setSchemaNamePrefix(String schemaNamePrefix)
Specifying this limits the results to only those schema names that start with the specified prefix.
schemaNamePrefix
- Specifying this limits the results to only those schema names that start with the specified prefix.public String getSchemaNamePrefix()
Specifying this limits the results to only those schema names that start with the specified prefix.
public ListSchemasRequest withSchemaNamePrefix(String schemaNamePrefix)
Specifying this limits the results to only those schema names that start with the specified prefix.
schemaNamePrefix
- Specifying this limits the results to only those schema names that start with the specified prefix.public String toString()
toString
in class Object
Object.toString()
public ListSchemasRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()