@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAddFacetToObject extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a batch add facet to object operation.
Constructor and Description |
---|
BatchAddFacetToObject() |
Modifier and Type | Method and Description |
---|---|
BatchAddFacetToObject |
clone() |
boolean |
equals(Object obj) |
List<AttributeKeyAndValue> |
getObjectAttributeList()
The attributes to set on the object.
|
ObjectReference |
getObjectReference()
A reference to the object being mutated.
|
SchemaFacet |
getSchemaFacet()
Represents the facet being added to the object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
|
void |
setObjectReference(ObjectReference objectReference)
A reference to the object being mutated.
|
void |
setSchemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchAddFacetToObject |
withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attributes to set on the object.
|
BatchAddFacetToObject |
withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
|
BatchAddFacetToObject |
withObjectReference(ObjectReference objectReference)
A reference to the object being mutated.
|
BatchAddFacetToObject |
withSchemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
|
public void setSchemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
schemaFacet
- Represents the facet being added to the object.public SchemaFacet getSchemaFacet()
Represents the facet being added to the object.
public BatchAddFacetToObject withSchemaFacet(SchemaFacet schemaFacet)
Represents the facet being added to the object.
schemaFacet
- Represents the facet being added to the object.public List<AttributeKeyAndValue> getObjectAttributeList()
The attributes to set on the object.
public void setObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
objectAttributeList
- The attributes to set on the object.public BatchAddFacetToObject withObjectAttributeList(AttributeKeyAndValue... objectAttributeList)
The attributes to set on the object.
NOTE: This method appends the values to the existing list (if any). Use
setObjectAttributeList(java.util.Collection)
or withObjectAttributeList(java.util.Collection)
if you want to override the existing values.
objectAttributeList
- The attributes to set on the object.public BatchAddFacetToObject withObjectAttributeList(Collection<AttributeKeyAndValue> objectAttributeList)
The attributes to set on the object.
objectAttributeList
- The attributes to set on the object.public void setObjectReference(ObjectReference objectReference)
A reference to the object being mutated.
objectReference
- A reference to the object being mutated.public ObjectReference getObjectReference()
A reference to the object being mutated.
public BatchAddFacetToObject withObjectReference(ObjectReference objectReference)
A reference to the object being mutated.
objectReference
- A reference to the object being mutated.public String toString()
toString
in class Object
Object.toString()
public BatchAddFacetToObject 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.