@Generated(value="software.amazon.awssdk:codegen") public final class BatchAttachObject extends Object implements SdkPojo, Serializable, ToCopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
Represents the output of an AttachObject operation.
Modifier and Type | Class and Description |
---|---|
static interface |
BatchAttachObject.Builder |
Modifier and Type | Method and Description |
---|---|
static BatchAttachObject.Builder |
builder() |
ObjectReference |
childReference()
The child object reference that is to be attached to the object.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
linkName()
The name of the link.
|
ObjectReference |
parentReference()
The parent object reference.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends BatchAttachObject.Builder> |
serializableBuilderClass() |
BatchAttachObject.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public ObjectReference parentReference()
The parent object reference.
public ObjectReference childReference()
The child object reference that is to be attached to the object.
public String linkName()
The name of the link.
public BatchAttachObject.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
public static BatchAttachObject.Builder builder()
public static Class<? extends BatchAttachObject.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.