@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchGetObjectInformationResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a GetObjectInformation response operation.
Constructor and Description |
---|
BatchGetObjectInformationResponse() |
Modifier and Type | Method and Description |
---|---|
BatchGetObjectInformationResponse |
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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.
|
BatchGetObjectInformationResponse |
withObjectIdentifier(String objectIdentifier)
The
ObjectIdentifier of the specified object. |
BatchGetObjectInformationResponse |
withSchemaFacets(Collection<SchemaFacet> schemaFacets)
The facets attached to the specified object.
|
BatchGetObjectInformationResponse |
withSchemaFacets(SchemaFacet... schemaFacets)
The facets attached to the specified object.
|
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 BatchGetObjectInformationResponse 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 BatchGetObjectInformationResponse 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 BatchGetObjectInformationResponse 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 BatchGetObjectInformationResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.