public class GetAuthorizationTokenRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
private java.util.List<java.lang.String> |
registryIds
A list of AWS account IDs that are associated with the registries for
which to get authorization tokens.
|
NOOP
Constructor and Description |
---|
GetAuthorizationTokenRequest() |
Modifier and Type | Method and Description |
---|---|
GetAuthorizationTokenRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.util.List<java.lang.String> |
getRegistryIds()
A list of AWS account IDs that are associated with the registries for
which to get authorization tokens.
|
int |
hashCode() |
void |
setRegistryIds(java.util.Collection<java.lang.String> registryIds)
A list of AWS account IDs that are associated with the registries for
which to get authorization tokens.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
GetAuthorizationTokenRequest |
withRegistryIds(java.util.Collection<java.lang.String> registryIds)
A list of AWS account IDs that are associated with the registries for
which to get authorization tokens.
|
GetAuthorizationTokenRequest |
withRegistryIds(java.lang.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, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.util.List<java.lang.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.
public java.util.List<java.lang.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(java.util.Collection<java.lang.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(java.lang.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(java.util.Collection<java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GetAuthorizationTokenRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()