StructuredPojo
, ToCopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
@Generated("software.amazon.awssdk:codegen") public class BatchAttachObject extends Object implements StructuredPojo, ToCopyableBuilder<BatchAttachObject.Builder,BatchAttachObject>
Represents the output of an AttachObject
operation.
Modifier and Type | Class | Description |
---|---|---|
static interface |
BatchAttachObject.Builder |
Modifier and Type | Method | Description |
---|---|---|
static BatchAttachObject.Builder |
builder() |
|
ObjectReference |
childReference() |
The child object reference that is to be attached to the object.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
linkName() |
The name of the link.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
ObjectReference |
parentReference() |
The parent object reference.
|
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() |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.