ToCopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>
@Generated("software.amazon.awssdk:codegen") public class UpdateSchemaResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateSchemaResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static UpdateSchemaResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
schemaArn() |
The ARN that is associated with the updated schema.
|
static Class<? extends UpdateSchemaResponse.Builder> |
serializableBuilderClass() |
|
UpdateSchemaResponse.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
setSdkHttpMetadata, setSdkResponseMetadata
public String schemaArn()
The ARN that is associated with the updated schema. For more information, see arns.
public UpdateSchemaResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateSchemaResponse.Builder,UpdateSchemaResponse>
public static UpdateSchemaResponse.Builder builder()
public static Class<? extends UpdateSchemaResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.