Class UpdateUserPoolClientResult
java.lang.Object
com.amazonaws.services.cognitoidp.model.UpdateUserPoolClientResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the response from the server to the request to update the user pool client.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The user pool client value from the response from the server when an update user pool client request is made.int
hashCode()
void
setUserPoolClient
(UserPoolClientType userPoolClient) The user pool client value from the response from the server when an update user pool client request is made.toString()
Returns a string representation of this object; useful for testing and debugging.withUserPoolClient
(UserPoolClientType userPoolClient) The user pool client value from the response from the server when an update user pool client request is made.
-
Constructor Details
-
UpdateUserPoolClientResult
public UpdateUserPoolClientResult()
-
-
Method Details
-
setUserPoolClient
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
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
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
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-