@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchRemoveFacetFromObject extends Object implements Serializable, Cloneable, StructuredPojo
A batch operation to remove a facet from an object.
Constructor and Description |
---|
BatchRemoveFacetFromObject() |
Modifier and Type | Method and Description |
---|---|
BatchRemoveFacetFromObject |
clone() |
boolean |
equals(Object obj) |
ObjectReference |
getObjectReference()
A reference to the object whose facet will be removed.
|
SchemaFacet |
getSchemaFacet()
The facet to remove from the object.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectReference(ObjectReference objectReference)
A reference to the object whose facet will be removed.
|
void |
setSchemaFacet(SchemaFacet schemaFacet)
The facet to remove from the object.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchRemoveFacetFromObject |
withObjectReference(ObjectReference objectReference)
A reference to the object whose facet will be removed.
|
BatchRemoveFacetFromObject |
withSchemaFacet(SchemaFacet schemaFacet)
The facet to remove from the object.
|
public void setSchemaFacet(SchemaFacet schemaFacet)
The facet to remove from the object.
schemaFacet
- The facet to remove from the object.public SchemaFacet getSchemaFacet()
The facet to remove from the object.
public BatchRemoveFacetFromObject withSchemaFacet(SchemaFacet schemaFacet)
The facet to remove from the object.
schemaFacet
- The facet to remove from the object.public void setObjectReference(ObjectReference objectReference)
A reference to the object whose facet will be removed.
objectReference
- A reference to the object whose facet will be removed.public ObjectReference getObjectReference()
A reference to the object whose facet will be removed.
public BatchRemoveFacetFromObject withObjectReference(ObjectReference objectReference)
A reference to the object whose facet will be removed.
objectReference
- A reference to the object whose facet will be removed.public String toString()
toString
in class Object
Object.toString()
public BatchRemoveFacetFromObject 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.