Class GetAuthorizationTokenRequest

    • Constructor Detail

      • GetAuthorizationTokenRequest

        public GetAuthorizationTokenRequest()
    • Method Detail

      • 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:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object