@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) |
boolean |
equalsBySdkFields(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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final ObjectReference parentReference()
The parent object reference.
public final ObjectReference childReference()
The child object reference that is to be attached to the object.
public final String linkName()
The name of the link.
public BatchAttachObject.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>public static BatchAttachObject.Builder builder()
public static Class<? extends BatchAttachObject.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.