StructuredPojo
, ToCopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>
@Generated("software.amazon.awssdk:codegen") public class BatchAddFacetToObject extends Object implements StructuredPojo, ToCopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>
Represents the output of a batch add facet to object operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchAddFacetToObject.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BatchAddFacetToObject.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<AttributeKeyAndValue> |
objectAttributeList() |
The attributes to set on the object.
|
ObjectReference |
objectReference() |
A reference to the object being mutated.
|
SchemaFacet |
schemaFacet() |
Represents the facet being added to the object.
|
static Class<? extends BatchAddFacetToObject.Builder> |
serializableBuilderClass() |
|
BatchAddFacetToObject.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()
Represents the facet being added to the object.
public List<AttributeKeyAndValue> objectAttributeList()
The attributes to set on the object.
public ObjectReference objectReference()
A reference to the object being mutated.
public BatchAddFacetToObject.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchAddFacetToObject.Builder,BatchAddFacetToObject>
public static BatchAddFacetToObject.Builder builder()
public static Class<? extends BatchAddFacetToObject.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.