ToCopyableBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>
@Generated("software.amazon.awssdk:codegen") public class ApplySchemaResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
ApplySchemaResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
appliedSchemaArn() |
The applied schema ARN that is associated with the copied schema in the Directory.
|
static ApplySchemaResponse.Builder |
builder() |
|
String |
directoryArn() |
The ARN that is associated with the Directory.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ApplySchemaResponse.Builder> |
serializableBuilderClass() |
|
ApplySchemaResponse.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 appliedSchemaArn()
public String directoryArn()
public ApplySchemaResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ApplySchemaResponse.Builder,ApplySchemaResponse>
public static ApplySchemaResponse.Builder builder()
public static Class<? extends ApplySchemaResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.