@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetObjectInformationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description | 
|---|
| GetObjectInformationResult() | 
| Modifier and Type | Method and Description | 
|---|---|
| GetObjectInformationResult | clone() | 
| boolean | equals(Object obj) | 
| String | getObjectIdentifier()
 The  ObjectIdentifierof the specified object. | 
| List<SchemaFacet> | getSchemaFacets()
 The facets attached to the specified object. | 
| int | hashCode() | 
| void | setObjectIdentifier(String objectIdentifier)
 The  ObjectIdentifierof the specified object. | 
| void | setSchemaFacets(Collection<SchemaFacet> schemaFacets)
 The facets attached to the specified object. | 
| String | toString()Returns a string representation of this object. | 
| GetObjectInformationResult | withObjectIdentifier(String objectIdentifier)
 The  ObjectIdentifierof the specified object. | 
| GetObjectInformationResult | withSchemaFacets(Collection<SchemaFacet> schemaFacets)
 The facets attached to the specified object. | 
| GetObjectInformationResult | withSchemaFacets(SchemaFacet... schemaFacets)
 The facets attached to the specified object. | 
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic List<SchemaFacet> getSchemaFacets()
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
public void setSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
schemaFacets - The facets attached to the specified object. Although the response does not include minor version
        information, the most recently applied minor version of each Facet is in effect. See
        GetAppliedSchemaVersion for details.public GetObjectInformationResult withSchemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
 NOTE: This method appends the values to the existing list (if any). Use
 setSchemaFacets(java.util.Collection) or withSchemaFacets(java.util.Collection) if you want to
 override the existing values.
 
schemaFacets - The facets attached to the specified object. Although the response does not include minor version
        information, the most recently applied minor version of each Facet is in effect. See
        GetAppliedSchemaVersion for details.public GetObjectInformationResult withSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object. Although the response does not include minor version information, the most recently applied minor version of each Facet is in effect. See GetAppliedSchemaVersion for details.
schemaFacets - The facets attached to the specified object. Although the response does not include minor version
        information, the most recently applied minor version of each Facet is in effect. See
        GetAppliedSchemaVersion for details.public void setObjectIdentifier(String objectIdentifier)
 The ObjectIdentifier of the specified object.
 
objectIdentifier - The ObjectIdentifier of the specified object.public String getObjectIdentifier()
 The ObjectIdentifier of the specified object.
 
ObjectIdentifier of the specified object.public GetObjectInformationResult withObjectIdentifier(String objectIdentifier)
 The ObjectIdentifier of the specified object.
 
objectIdentifier - The ObjectIdentifier of the specified object.public String toString()
toString in class ObjectObject.toString()public GetObjectInformationResult clone()