ToCopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
@Generated("software.amazon.awssdk:codegen") public class CreateCollectionResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateCollectionResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static CreateCollectionResponse.Builder |
builder() |
|
String |
collectionArn() |
Amazon Resource Name (ARN) of the collection.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends CreateCollectionResponse.Builder> |
serializableBuilderClass() |
|
Integer |
statusCode() |
HTTP status code indicating the result of the operation.
|
CreateCollectionResponse.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 Integer statusCode()
HTTP status code indicating the result of the operation.
public String collectionArn()
Amazon Resource Name (ARN) of the collection. You can use this to manage permissions on your resources.
public CreateCollectionResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateCollectionResponse.Builder,CreateCollectionResponse>
public static CreateCollectionResponse.Builder builder()
public static Class<? extends CreateCollectionResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.