@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
ObjectIdentifier of the specified object. |
List<SchemaFacet> |
getSchemaFacets()
The facets attached to the specified object.
|
int |
hashCode() |
void |
setObjectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the specified object. |
void |
setSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
GetObjectInformationResult |
withObjectIdentifier(String objectIdentifier)
The
ObjectIdentifier of 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, setSdkResponseMetadata
public List<SchemaFacet> getSchemaFacets()
The facets attached to the specified object.
public void setSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
schemaFacets
- The facets attached to the specified object.public GetObjectInformationResult withSchemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
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.public GetObjectInformationResult withSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
schemaFacets
- The facets attached to the specified object.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 Object
Object.toString()
public GetObjectInformationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.