@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 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.
|
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.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
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 String toString()
toString
in class Object
Object.toString()
public UpdateUserPoolClientResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.