public class UpdateUserPoolClientResult
extends java.lang.Object
implements java.io.Serializable, java.lang.Cloneable
Represents the response from the server to the request to update the user pool client.
Modifier and Type | Field and Description |
---|---|
private UserPoolClientType |
userPoolClient
The user pool client value from the response from the server when an
update user pool client request is made.
|
Constructor and Description |
---|
UpdateUserPoolClientResult() |
Modifier and Type | Method and Description |
---|---|
UpdateUserPoolClientResult |
clone() |
boolean |
equals(java.lang.Object obj) |
UserPoolClientType |
getUserPoolClient()
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.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateUserPoolClientResult |
withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an
update user pool client request is made.
|
private UserPoolClientType userPoolClient
The user pool client value from the response from the server when an update user pool client request is made.
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.
userPoolClient
- The user pool client value from the response from the server when
an update user pool client request is made.public UserPoolClientType getUserPoolClient()
The user pool client value from the response from the server when an update user pool client request is made.
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.
userPoolClient
- The user pool client value from the response from the server when
an update user pool client request is made.public java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public UpdateUserPoolClientResult clone()
clone
in class java.lang.Object