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