public class CreateUserPoolClientResult extends Object implements Serializable
Represents the response from the server to create a user pool client.
Constructor and Description |
---|
CreateUserPoolClientResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(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.
|
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.
|
public UserPoolClientType getUserPoolClient()
The user pool client that was just created.
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 CreateUserPoolClientResult withUserPoolClient(UserPoolClientType userPoolClient)
The user pool client that was just created.
Returns a reference to this object so that method calls can be chained together.
userPoolClient
- The user pool client that was just created.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2020. All rights reserved.