StructuredPojo
, ToCopyableBuilder<BatchCreateObject.Builder,BatchCreateObject>
@Generated("software.amazon.awssdk:codegen") public class BatchCreateObject extends Object implements StructuredPojo, ToCopyableBuilder<BatchCreateObject.Builder,BatchCreateObject>
Represents the output of a CreateObject
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchCreateObject.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
batchReferenceName() |
The batch reference name.
|
static BatchCreateObject.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
linkName() |
The name of the link.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
List<AttributeKeyAndValue> |
objectAttributeList() |
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
|
ObjectReference |
parentReference() |
If specified, the parent reference to which this object will be attached.
|
List<SchemaFacet> |
schemaFacet() |
A list of
FacetArns that will be associated with the object. |
static Class<? extends BatchCreateObject.Builder> |
serializableBuilderClass() |
|
BatchCreateObject.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public List<SchemaFacet> schemaFacet()
A list of FacetArns
that will be associated with the object. For more information, see arns.
FacetArns
that will be associated with the object. For more information, see
arns.public List<AttributeKeyAndValue> objectAttributeList()
An attribute map, which contains an attribute ARN as the key and attribute value as the map value.
public ObjectReference parentReference()
If specified, the parent reference to which this object will be attached.
public String linkName()
The name of the link.
public String batchReferenceName()
The batch reference name. See Batches for more information.
public BatchCreateObject.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchCreateObject.Builder,BatchCreateObject>
public static BatchCreateObject.Builder builder()
public static Class<? extends BatchCreateObject.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.