@Generated(value="software.amazon.awssdk:codegen") public final class BatchCreateObject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchCreateObject.Builder,BatchCreateObject>
Represents the output of a CreateObject operation.
| Modifier and Type | Class and Description | 
|---|---|
static interface  | 
BatchCreateObject.Builder  | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
batchReferenceName()
 The batch reference name. 
 | 
static BatchCreateObject.Builder | 
builder()  | 
boolean | 
equals(Object obj)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)  | 
int | 
hashCode()  | 
String | 
linkName()
 The name of the link. 
 | 
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. | 
List<SdkField<?>> | 
sdkFields()  | 
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()  | 
copypublic List<SchemaFacet> schemaFacet()
 A list of FacetArns that will be associated with the object. For more information, see arns.
 
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
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 Transaction Support for more information.
public BatchCreateObject.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<BatchCreateObject.Builder,BatchCreateObject>public static BatchCreateObject.Builder builder()
public static Class<? extends BatchCreateObject.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.