Class GetAuthorizationTokenRequest

java.lang.Object
com.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.ecr.model.GetAuthorizationTokenRequest
All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable

public class GetAuthorizationTokenRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
See Also:
  • Constructor Details

    • GetAuthorizationTokenRequest

      public GetAuthorizationTokenRequest()
  • Method Details

    • getRegistryIds

      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.

      Returns:
      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.
    • setRegistryIds

      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.

      Parameters:
      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.
    • withRegistryIds

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • withRegistryIds

      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.

      Parameters:
      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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • toString

      public String toString()
      Returns a string representation of this object; useful for testing and debugging.
      Overrides:
      toString in class Object
      Returns:
      A string representation of this object.
      See Also:
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • clone

      Description copied from class: AmazonWebServiceRequest
      Creates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.
      Overrides:
      clone in class AmazonWebServiceRequest
      See Also: