public class DeleteUserPoolRequest extends AmazonWebServiceRequest implements Serializable
Deletes the specified Amazon Cognito user pool.
| Constructor and Description |
|---|
DeleteUserPoolRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getUserPoolId()
The user pool ID for the user pool you want to delete.
|
int |
hashCode() |
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool you want to delete.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
DeleteUserPoolRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool you want to delete.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getUserPoolId()
The user pool ID for the user pool you want to delete.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool you want to delete.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool you want to delete.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID for the user pool you want to delete.
public DeleteUserPoolRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool you want to delete.
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 you want to delete.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.