ToCopyableBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>
@Generated("software.amazon.awssdk:codegen") public class GetObjectInformationResponse extends AmazonWebServiceResult<ResponseMetadata> implements ToCopyableBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>
Modifier and Type | Class | Description |
---|---|---|
static interface |
GetObjectInformationResponse.Builder |
Modifier and Type | Method | Description |
---|---|---|
static GetObjectInformationResponse.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
objectIdentifier() |
The
ObjectIdentifier of the specified object. |
List<SchemaFacet> |
schemaFacets() |
The facets attached to the specified object.
|
static Class<? extends GetObjectInformationResponse.Builder> |
serializableBuilderClass() |
|
GetObjectInformationResponse.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 List<SchemaFacet> schemaFacets()
The facets attached to the specified object.
public String objectIdentifier()
The ObjectIdentifier
of the specified object.
ObjectIdentifier
of the specified object.public GetObjectInformationResponse.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<GetObjectInformationResponse.Builder,GetObjectInformationResponse>
public static GetObjectInformationResponse.Builder builder()
public static Class<? extends GetObjectInformationResponse.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.