@Generated(value="software.amazon.awssdk:codegen") public final class DeleteUserPoolClientRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<DeleteUserPoolClientRequest.Builder,DeleteUserPoolClientRequest>
Represents the request to delete a user pool client.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DeleteUserPoolClientRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DeleteUserPoolClientRequest.Builder |
builder() |
String |
clientId()
The app client ID of the app associated with the user pool.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteUserPoolClientRequest.Builder> |
serializableBuilderClass() |
DeleteUserPoolClientRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID for the user pool where you want to delete the client.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String userPoolId()
The user pool ID for the user pool where you want to delete the client.
public String clientId()
The app client ID of the app associated with the user pool.
public DeleteUserPoolClientRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DeleteUserPoolClientRequest.Builder,DeleteUserPoolClientRequest>toBuilder in class CognitoIdentityProviderRequestpublic static DeleteUserPoolClientRequest.Builder builder()
public static Class<? extends DeleteUserPoolClientRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.