Class CreateUserPoolClientResult
java.lang.Object
com.amazonaws.services.cognitoidp.model.CreateUserPoolClientResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the response from the server to create a user pool client.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
The user pool client that was just created.int
hashCode()
void
setUserPoolClient
(UserPoolClientType userPoolClient) The user pool client that was just created.toString()
Returns a string representation of this object; useful for testing and debugging.withUserPoolClient
(UserPoolClientType userPoolClient) The user pool client that was just created.
-
Constructor Details
-
CreateUserPoolClientResult
public CreateUserPoolClientResult()
-
-
Method Details
-
setUserPoolClient
The user pool client that was just created.
- Parameters:
userPoolClient
- The user pool client that was just created.
-
getUserPoolClient
The user pool client that was just created.
- Returns:
- The user pool client that was just created.
-
withUserPoolClient
The user pool client that was just created.
- Parameters:
userPoolClient
- The user pool client that was just created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-