StructuredPojo
, ToCopyableBuilder<BatchRemoveFacetFromObject.Builder,BatchRemoveFacetFromObject>
@Generated("software.amazon.awssdk:codegen") public class BatchRemoveFacetFromObject extends Object implements StructuredPojo, ToCopyableBuilder<BatchRemoveFacetFromObject.Builder,BatchRemoveFacetFromObject>
A batch operation to remove a facet from an object.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchRemoveFacetFromObject.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BatchRemoveFacetFromObject.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
ObjectReference |
objectReference() |
A reference to the object whose facet will be removed.
|
SchemaFacet |
schemaFacet() |
The facet to remove from the object.
|
static Class<? extends BatchRemoveFacetFromObject.Builder> |
serializableBuilderClass() |
|
BatchRemoveFacetFromObject.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public SchemaFacet schemaFacet()
The facet to remove from the object.
public ObjectReference objectReference()
A reference to the object whose facet will be removed.
public BatchRemoveFacetFromObject.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchRemoveFacetFromObject.Builder,BatchRemoveFacetFromObject>
public static BatchRemoveFacetFromObject.Builder builder()
public static Class<? extends BatchRemoveFacetFromObject.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.