Class UpdateUserPoolClientResult

java.lang.Object
com.amazonaws.services.cognitoidp.model.UpdateUserPoolClientResult
All Implemented Interfaces:
Serializable, Cloneable

public class UpdateUserPoolClientResult extends Object implements Serializable, Cloneable

Represents the response from the server to the request to update the user pool client.

See Also:
  • Constructor Details

    • UpdateUserPoolClientResult

      public UpdateUserPoolClientResult()
  • Method Details

    • setUserPoolClient

      public void setUserPoolClient(UserPoolClientType userPoolClient)

      The user pool client value from the response from the server when an update user pool client request is made.

      Parameters:
      userPoolClient - The user pool client value from the response from the server when an update user pool client request is made.
    • getUserPoolClient

      public UserPoolClientType getUserPoolClient()

      The user pool client value from the response from the server when an update user pool client request is made.

      Returns:
      The user pool client value from the response from the server when an update user pool client request is made.
    • withUserPoolClient

      public UpdateUserPoolClientResult withUserPoolClient(UserPoolClientType userPoolClient)

      The user pool client value from the response from the server when an update user pool client request is made.

      Parameters:
      userPoolClient - The user pool client value from the response from the server when an update user pool client request is made.
      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

      Overrides:
      clone in class Object