ToCopyableBuilder<UpdateUserPoolClientResponse.Builder,UpdateUserPoolClientResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdateUserPoolClientResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateUserPoolClientResponse.Builder,UpdateUserPoolClientResponse>
Represents the response from the server to the request to update the user pool client.
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateUserPoolClientResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UpdateUserPoolClientResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends UpdateUserPoolClientResponse.Builder> |
serializableBuilderClass() |
|
UpdateUserPoolClientResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
UserPoolClientType |
userPoolClient() |
The user pool client value from the response from the server when an update user pool client request is made.
|
setSdkHttpMetadata, setSdkResponseMetadata
public UserPoolClientType userPoolClient()
The user pool client value from the response from the server when an update user pool client request is made.
public UpdateUserPoolClientResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateUserPoolClientResponse.Builder,UpdateUserPoolClientResponse>
public static UpdateUserPoolClientResponse.Builder builder()
public static Class<? extends UpdateUserPoolClientResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.