Class GetConfigRequest

    • Constructor Detail

      • GetConfigRequest

        public GetConfigRequest()
    • Method Detail

      • setClientArn

        public void setClientArn​(String clientArn)

        The ARN of the client.

        Parameters:
        clientArn - The ARN of the client.
      • getClientArn

        public String getClientArn()

        The ARN of the client.

        Returns:
        The ARN of the client.
      • withClientArn

        public GetConfigRequest withClientArn​(String clientArn)

        The ARN of the client.

        Parameters:
        clientArn - The ARN of the client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClientVersion

        public void setClientVersion​(String clientVersion)

        The client version.

        Parameters:
        clientVersion - The client version.
        See Also:
        ClientVersion
      • getClientVersion

        public String getClientVersion()

        The client version.

        Returns:
        The client version.
        See Also:
        ClientVersion
      • withClientVersion

        public GetConfigRequest withClientVersion​(String clientVersion)

        The client version.

        Parameters:
        clientVersion - The client version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClientVersion
      • setClientVersion

        public void setClientVersion​(ClientVersion clientVersion)

        The client version.

        Parameters:
        clientVersion - The client version.
        See Also:
        ClientVersion
      • withClientVersion

        public GetConfigRequest withClientVersion​(ClientVersion clientVersion)

        The client version.

        Parameters:
        clientVersion - The client version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ClientVersion
      • getHapgList

        public List<String> getHapgList()

        A list of ARNs that identify the high-availability partition groups that are associated with the client.

        Returns:
        A list of ARNs that identify the high-availability partition groups that are associated with the client.
      • setHapgList

        public void setHapgList​(Collection<String> hapgList)

        A list of ARNs that identify the high-availability partition groups that are associated with the client.

        Parameters:
        hapgList - A list of ARNs that identify the high-availability partition groups that are associated with the client.
      • withHapgList

        public GetConfigRequest withHapgList​(String... hapgList)

        A list of ARNs that identify the high-availability partition groups that are associated with the client.

        NOTE: This method appends the values to the existing list (if any). Use setHapgList(java.util.Collection) or withHapgList(java.util.Collection) if you want to override the existing values.

        Parameters:
        hapgList - A list of ARNs that identify the high-availability partition groups that are associated with the client.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • withHapgList

        public GetConfigRequest withHapgList​(Collection<String> hapgList)

        A list of ARNs that identify the high-availability partition groups that are associated with the client.

        Parameters:
        hapgList - A list of ARNs that identify the high-availability partition groups that are associated with the client.
        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