@Generated(value="software.amazon.awssdk:codegen") public final class AttachObjectRequest extends CloudDirectoryRequest implements ToCopyableBuilder<AttachObjectRequest.Builder,AttachObjectRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
AttachObjectRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AttachObjectRequest.Builder |
builder() |
ObjectReference |
childReference()
The child object reference to be attached to the object.
|
String |
directoryArn()
Amazon Resource Name (ARN) that is associated with the Directory where both objects reside.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
linkName()
The link name with which the child object is attached to the parent.
|
ObjectReference |
parentReference()
The parent object reference.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AttachObjectRequest.Builder> |
serializableBuilderClass() |
AttachObjectRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String directoryArn()
public final ObjectReference parentReference()
The parent object reference.
public final ObjectReference childReference()
The child object reference to be attached to the object.
public final String linkName()
The link name with which the child object is attached to the parent.
public AttachObjectRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<AttachObjectRequest.Builder,AttachObjectRequest>toBuilder in class CloudDirectoryRequestpublic static AttachObjectRequest.Builder builder()
public static Class<? extends AttachObjectRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2022. All rights reserved.