@Generated(value="software.amazon.awssdk:codegen") public final class CreateUserPoolResponse extends CognitoIdentityProviderResponse implements ToCopyableBuilder<CreateUserPoolResponse.Builder,CreateUserPoolResponse>
Represents the response from the server for the request to create a user pool.
Modifier and Type | Class and Description |
---|---|
static interface |
CreateUserPoolResponse.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateUserPoolResponse.Builder |
builder() |
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 CreateUserPoolResponse.Builder> |
serializableBuilderClass() |
CreateUserPoolResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
UserPoolType |
userPool()
A container for the user pool details.
|
responseMetadata
sdkHttpResponse
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public UserPoolType userPool()
A container for the user pool details.
public CreateUserPoolResponse.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateUserPoolResponse.Builder,CreateUserPoolResponse>
toBuilder
in class AwsResponse
public static CreateUserPoolResponse.Builder builder()
public static Class<? extends CreateUserPoolResponse.Builder> serializableBuilderClass()
public int hashCode()
hashCode
in class AwsResponse
public boolean equals(Object obj)
equals
in class AwsResponse
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 SdkResponse
Copyright © 2020. All rights reserved.