@Generated(value="software.amazon.awssdk:codegen") public final class DeleteGroupRequest extends CognitoIdentityProviderRequest implements ToCopyableBuilder<DeleteGroupRequest.Builder,DeleteGroupRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
DeleteGroupRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static DeleteGroupRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
String |
groupName()
The name of the group.
|
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends DeleteGroupRequest.Builder> |
serializableBuilderClass() |
DeleteGroupRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userPoolId()
The user pool ID for the user pool.
|
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String groupName()
The name of the group.
public String userPoolId()
The user pool ID for the user pool.
public DeleteGroupRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<DeleteGroupRequest.Builder,DeleteGroupRequest>
toBuilder
in class CognitoIdentityProviderRequest
public static DeleteGroupRequest.Builder builder()
public static Class<? extends DeleteGroupRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsRequest
public boolean equals(Object obj)
equals
in class AwsRequest
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields
in interface SdkPojo
public String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2020. All rights reserved.