@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() |
boolean |
equals(Object obj) |
Integer |
getMaxResults()
Maximum number of results required per page.
|
String |
getNextToken()
A continuation token, if this is a continuation call.
|
RegistryId |
getRegistryId()
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
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 |
setRegistryId(RegistryId registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
String |
toString()
Returns a string representation of this object.
|
ListSchemasRequest |
withMaxResults(Integer maxResults)
Maximum number of results required per page.
|
ListSchemasRequest |
withNextToken(String nextToken)
A continuation token, if this is a continuation call.
|
ListSchemasRequest |
withRegistryId(RegistryId registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
|
addHandlerContext, copyBaseTo, 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 setRegistryId(RegistryId registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
registryId
- A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).public RegistryId getRegistryId()
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
public ListSchemasRequest withRegistryId(RegistryId registryId)
A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).
registryId
- A wrapper structure that may contain the registry name and Amazon Resource Name (ARN).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 ListSchemasRequest 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 ListSchemasRequest 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 ListSchemasRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2021. All rights reserved.