public class DeleteUserPoolClientRequest extends AmazonWebServiceRequest implements Serializable
Allows the developer to delete the user pool client.
Constructor and Description |
---|
DeleteUserPoolClientRequest() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
String |
getClientId()
The app client ID of the app associated with the user pool.
|
String |
getUserPoolId()
The user pool ID for the user pool where you want to delete the client.
|
int |
hashCode() |
void |
setClientId(String clientId)
The app client ID of the app associated with the user pool.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete the client.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteUserPoolClientRequest |
withClientId(String clientId)
The app client ID of the app associated with the user pool.
|
DeleteUserPoolClientRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete the client.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollector
public String getUserPoolId()
The user pool ID for the user pool where you want to delete the client.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool where you want to delete the client.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete the client.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID for the user pool where you want to delete the client.
public DeleteUserPoolClientRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool where you want to delete the client.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId
- The user pool ID for the user pool where you want to delete the client.
public String getClientId()
The app client ID of the app associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
The app client ID of the app associated with the user pool.
public void setClientId(String clientId)
The app client ID of the app associated with the user pool.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId
- The app client ID of the app associated with the user pool.
public DeleteUserPoolClientRequest withClientId(String clientId)
The app client ID of the app associated with the user pool.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w+]+
clientId
- The app client ID of the app associated with the user pool.
public String toString()
toString
in class Object
Object.toString()
Copyright © 2019. All rights reserved.