Cloneable
, ReadLimitInfo
, ToCopyableBuilder<AttachObjectRequest.Builder,AttachObjectRequest>
@Generated("software.amazon.awssdk:codegen") public class AttachObjectRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<AttachObjectRequest.Builder,AttachObjectRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
AttachObjectRequest.Builder |
NOOP
Modifier and Type | Method | 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) |
|
int |
hashCode() |
|
String |
linkName() |
The link name with which the child object is attached to the parent.
|
ObjectReference |
parentReference() |
The parent object reference.
|
static Class<? extends AttachObjectRequest.Builder> |
serializableBuilderClass() |
|
AttachObjectRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String directoryArn()
public ObjectReference parentReference()
The parent object reference.
public ObjectReference childReference()
The child object reference to be attached to the object.
public String linkName()
The link name with which the child object is attached to the parent.
public AttachObjectRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<AttachObjectRequest.Builder,AttachObjectRequest>
public static AttachObjectRequest.Builder builder()
public static Class<? extends AttachObjectRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.