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