@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AttachTypedLinkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
| Constructor and Description |
|---|
AttachTypedLinkResult() |
| Modifier and Type | Method and Description |
|---|---|
AttachTypedLinkResult |
clone() |
boolean |
equals(Object obj) |
TypedLinkSpecifier |
getTypedLinkSpecifier()
Returns a typed link specifier as output.
|
int |
hashCode() |
void |
setTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
String |
toString()
Returns a string representation of this object.
|
AttachTypedLinkResult |
withTypedLinkSpecifier(TypedLinkSpecifier typedLinkSpecifier)
Returns a typed link specifier as output.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 AttachTypedLinkResult 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 AttachTypedLinkResult clone()
Copyright © 2018. All rights reserved.