@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class BatchAttachTypedLinkResponse extends Object implements Serializable, Cloneable, StructuredPojo
Represents the output of a AttachTypedLink response operation.
| Constructor and Description |
|---|
BatchAttachTypedLinkResponse() |
| Modifier and Type | Method and Description |
|---|---|
BatchAttachTypedLinkResponse |
clone() |
boolean |
equals(Object obj) |
TypedLinkSpecifier |
getTypedLinkSpecifier()
Returns a typed link specifier as output.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
BatchAttachTypedLinkResponse |
withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
public void setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
typedLinkSpecifier - Returns a typed link specifier as output.public TypedLinkSpecifier getTypedLinkSpecifier()
Returns a typed link specifier as output.
public BatchAttachTypedLinkResponse withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
typedLinkSpecifier - Returns a typed link specifier as output.public String toString()
toString in class ObjectObject.toString()public BatchAttachTypedLinkResponse clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.