public class GetAuthorizationTokenRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetAuthorizationTokenRequest() |
Modifier and Type | Method and Description |
---|---|
GetAuthorizationTokenRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(Object obj) |
List<String> |
getRegistryIds()
A list of AWS account IDs that are associated with the registries for
which to get authorization tokens.
|
int |
hashCode() |
void |
setRegistryIds(Collection<String> registryIds)
A list of AWS account IDs that are associated with the registries for
which to get authorization tokens.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAuthorizationTokenRequest |
withRegistryIds(Collection<String> registryIds)
A list of AWS account IDs that are associated with the registries for
which to get authorization tokens.
|
GetAuthorizationTokenRequest |
withRegistryIds(String... registryIds)
A list of AWS account IDs that are associated with the registries for
which to get authorization tokens.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public List<String> getRegistryIds()
A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.
public void setRegistryIds(Collection<String> registryIds)
A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.
registryIds
- A list of AWS account IDs that are associated with the registries
for which to get authorization tokens. If you do not specify a
registry, the default registry is assumed.public GetAuthorizationTokenRequest withRegistryIds(String... registryIds)
A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.
NOTE: This method appends the values to the existing list (if
any). Use setRegistryIds(java.util.Collection)
or
withRegistryIds(java.util.Collection)
if you want to override
the existing values.
registryIds
- A list of AWS account IDs that are associated with the registries
for which to get authorization tokens. If you do not specify a
registry, the default registry is assumed.public GetAuthorizationTokenRequest withRegistryIds(Collection<String> registryIds)
A list of AWS account IDs that are associated with the registries for which to get authorization tokens. If you do not specify a registry, the default registry is assumed.
registryIds
- A list of AWS account IDs that are associated with the registries
for which to get authorization tokens. If you do not specify a
registry, the default registry is assumed.public String toString()
toString
in class Object
Object.toString()
public GetAuthorizationTokenRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Copyright © 2015. All rights reserved.