public class UpdateUserPoolClientRequest extends AmazonWebServiceRequest implements java.io.Serializable, java.lang.Cloneable
Represents the request to update the user pool client.
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
clientId
The ID of the client associated with the user pool.
|
private java.lang.String |
clientName
The client name from the update user pool client request.
|
private java.lang.String |
userPoolId
The user pool ID for the user pool where you want to update the user pool
client.
|
NOOP
Constructor and Description |
---|
UpdateUserPoolClientRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateUserPoolClientRequest |
clone()
Creates a shallow clone of this request.
|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getClientId()
The ID of the client associated with the user pool.
|
java.lang.String |
getClientName()
The client name from the update user pool client request.
|
java.lang.String |
getUserPoolId()
The user pool ID for the user pool where you want to update the user pool
client.
|
int |
hashCode() |
void |
setClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
void |
setClientName(java.lang.String clientName)
The client name from the update user pool client request.
|
void |
setUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to update the user pool
client.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
UpdateUserPoolClientRequest |
withClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
|
UpdateUserPoolClientRequest |
withClientName(java.lang.String clientName)
The client name from the update user pool client request.
|
UpdateUserPoolClientRequest |
withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to update the 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 update the user pool client.
private java.lang.String clientId
The ID of the client associated with the user pool.
private java.lang.String clientName
The client name from the update user pool client request.
public void setUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to update the user pool client.
userPoolId
- The user pool ID for the user pool where you want to update the
user pool client.public java.lang.String getUserPoolId()
The user pool ID for the user pool where you want to update the user pool client.
public UpdateUserPoolClientRequest withUserPoolId(java.lang.String userPoolId)
The user pool ID for the user pool where you want to update the user pool client.
userPoolId
- The user pool ID for the user pool where you want to update the
user pool client.public void setClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public java.lang.String getClientId()
The ID of the client associated with the user pool.
public UpdateUserPoolClientRequest withClientId(java.lang.String clientId)
The ID of the client associated with the user pool.
clientId
- The ID of the client associated with the user pool.public void setClientName(java.lang.String clientName)
The client name from the update user pool client request.
clientName
- The client name from the update user pool client request.public java.lang.String getClientName()
The client name from the update user pool client request.
public UpdateUserPoolClientRequest withClientName(java.lang.String clientName)
The client name from the update user pool client request.
clientName
- The client name from the update user pool client request.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 UpdateUserPoolClientRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()