public class UpdateUserPoolClientResult extends Object implements Serializable
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 |
---|---|
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.
|
public UserPoolClientType getUserPoolClient()
The user pool client value from the response from the server when an update user pool client request is made.
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 UpdateUserPoolClientResult withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client value from the response from the server when an update user pool client request is made.
Returns a reference to this object so that method calls can be chained together.
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()
Copyright © 2020. All rights reserved.