public class CreateUserPoolClientRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the request to create a user pool client.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clientName
The client name for the user pool client you would like to create.
|
private java.lang.Boolean |
generateSecret
Boolean to specify whether you want to generate a secret for the user
pool client being created.
|
private java.lang.String |
userPoolId
The user pool ID for the user pool where you want to create a user pool
client.
|
NOOP
Constructor and Description |
---|
CreateUserPoolClientRequest() |
Modifier and Type | Method and Description |
---|---|
CreateUserPoolClientRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClientName()
The client name for the user pool client you would like to create.
|
java.lang.Boolean |
getGenerateSecret()
Boolean to specify whether you want to generate a secret for the user
pool client being created.
|
java.lang.String |
getUserPoolId()
The user pool ID for the user pool where you want to create a user pool
client.
|
int |
hashCode() |
java.lang.Boolean |
isGenerateSecret()
Boolean to specify whether you want to generate a secret for the user
pool client being created.
|
void |
setClientName(java.lang.String clientName)
The client name for the user pool client you would like to create.
|
void |
setGenerateSecret(java.lang.Boolean generateSecret)
Boolean to specify whether you want to generate a secret for the user
pool client being created.
|
void |
setUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to create a user pool
client.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateUserPoolClientRequest |
withClientName(java.lang.String clientName)
The client name for the user pool client you would like to create.
|
CreateUserPoolClientRequest |
withGenerateSecret(java.lang.Boolean generateSecret)
Boolean to specify whether you want to generate a secret for the user
pool client being created.
|
CreateUserPoolClientRequest |
withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to create a user pool
client.
|
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
private java.lang.String userPoolId
The user pool ID for the user pool where you want to create a user pool client.
private java.lang.String clientName
The client name for the user pool client you would like to create.
private java.lang.Boolean generateSecret
Boolean to specify whether you want to generate a secret for the user pool client being created.
public void setUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to create a user pool client.
userPoolId
- The user pool ID for the user pool where you want to create a user
pool client.public java.lang.String getUserPoolId()
The user pool ID for the user pool where you want to create a user pool client.
public CreateUserPoolClientRequest withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to create a user pool client.
userPoolId
- The user pool ID for the user pool where you want to create a user
pool client.public void setClientName(java.lang.String clientName)
The client name for the user pool client you would like to create.
clientName
- The client name for the user pool client you would like to create.public java.lang.String getClientName()
The client name for the user pool client you would like to create.
public CreateUserPoolClientRequest withClientName(java.lang.String clientName)
The client name for the user pool client you would like to create.
clientName
- The client name for the user pool client you would like to create.public void setGenerateSecret(java.lang.Boolean generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
generateSecret
- Boolean to specify whether you want to generate a secret for the
user pool client being created.public java.lang.Boolean getGenerateSecret()
Boolean to specify whether you want to generate a secret for the user pool client being created.
public CreateUserPoolClientRequest withGenerateSecret(java.lang.Boolean generateSecret)
Boolean to specify whether you want to generate a secret for the user pool client being created.
generateSecret
- Boolean to specify whether you want to generate a secret for the
user pool client being created.public java.lang.Boolean isGenerateSecret()
Boolean to specify whether you want to generate a secret for the user pool client being 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 CreateUserPoolClientRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()