@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 final String userPoolId()
The user pool ID for the user pool where you want to delete the client.
public final 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 final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.