@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateUserPoolClientResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Represents the response from the server to the request to update the user pool client.
Constructor and Description |
---|
UpdateUserPoolClientResult() |
Modifier and Type | Method and Description |
---|---|
UpdateUserPoolClientResult |
clone() |
boolean |
equals(Object obj) |
UserPoolClientType |
getUserPoolClient()
The user pool client value from the response from the server when you request to update the user pool client.
|
int |
hashCode() |
void |
setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when you request to update the user pool client.
|
String |
toString()
Returns a string representation of this object.
|
UpdateUserPoolClientResult |
withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when you request to update the user pool client.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when you request to update the user pool client.
userPoolClient
- The user pool client value from the response from the server when you request to update the user pool
client.public UserPoolClientType getUserPoolClient()
The user pool client value from the response from the server when you request to update the user pool client.
public UpdateUserPoolClientResult withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when you request to update the user pool client.
userPoolClient
- The user pool client value from the response from the server when you request to update the user pool
client.public String toString()
toString
in class Object
Object.toString()
public UpdateUserPoolClientResult clone()