@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ListRegistriesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
ListRegistriesRequest() |
Modifier and Type | Method and Description |
---|---|
ListRegistriesRequest |
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 |
getRegistryNamePrefix()
Specifying this limits the results to only those registry names that start with the specified prefix.
|
String |
getScope()
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
|
int |
hashCode() |
void |
setLimit(Integer limit) |
void |
setNextToken(String nextToken)
The token that specifies the next page of results to return.
|
void |
setRegistryNamePrefix(String registryNamePrefix)
Specifying this limits the results to only those registry names that start with the specified prefix.
|
void |
setScope(String scope)
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
|
String |
toString()
Returns a string representation of this object.
|
ListRegistriesRequest |
withLimit(Integer limit) |
ListRegistriesRequest |
withNextToken(String nextToken)
The token that specifies the next page of results to return.
|
ListRegistriesRequest |
withRegistryNamePrefix(String registryNamePrefix)
Specifying this limits the results to only those registry names that start with the specified prefix.
|
ListRegistriesRequest |
withScope(String scope)
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
|
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 ListRegistriesRequest 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 ListRegistriesRequest 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 setRegistryNamePrefix(String registryNamePrefix)
Specifying this limits the results to only those registry names that start with the specified prefix.
registryNamePrefix
- Specifying this limits the results to only those registry names that start with the specified prefix.public String getRegistryNamePrefix()
Specifying this limits the results to only those registry names that start with the specified prefix.
public ListRegistriesRequest withRegistryNamePrefix(String registryNamePrefix)
Specifying this limits the results to only those registry names that start with the specified prefix.
registryNamePrefix
- Specifying this limits the results to only those registry names that start with the specified prefix.public void setScope(String scope)
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
scope
- Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.public String getScope()
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
public ListRegistriesRequest withScope(String scope)
Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.
scope
- Can be set to Local or AWS to limit responses to your custom registries, or the ones provided by AWS.public String toString()
toString
in class Object
Object.toString()
public ListRegistriesRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()