@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| List<String> | getRegistryIds()Deprecated.  | 
| int | hashCode() | 
| void | setRegistryIds(Collection<String> registryIds)Deprecated.  | 
| String | toString()Returns a string representation of this object. | 
| GetAuthorizationTokenRequest | withRegistryIds(Collection<String> registryIds)Deprecated.  | 
| GetAuthorizationTokenRequest | withRegistryIds(String... registryIds)Deprecated.  | 
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@Deprecated public List<String> getRegistryIds()
A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.
@Deprecated public void setRegistryIds(Collection<String> registryIds)
A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.
registryIds - A list of Amazon Web Services account IDs that are associated with the registries for which to get
        AuthorizationData objects. If you do not specify a registry, the default registry is assumed.@Deprecated public GetAuthorizationTokenRequest withRegistryIds(String... registryIds)
A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. 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 Amazon Web Services account IDs that are associated with the registries for which to get
        AuthorizationData objects. If you do not specify a registry, the default registry is assumed.@Deprecated public GetAuthorizationTokenRequest withRegistryIds(Collection<String> registryIds)
A list of Amazon Web Services account IDs that are associated with the registries for which to get AuthorizationData objects. If you do not specify a registry, the default registry is assumed.
registryIds - A list of Amazon Web Services account IDs that are associated with the registries for which to get
        AuthorizationData objects. If you do not specify a registry, the default registry is assumed.public String toString()
toString in class ObjectObject.toString()public GetAuthorizationTokenRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()