@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateLinkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateLinkResult() |
Modifier and Type | Method and Description |
---|---|
UpdateLinkResult |
clone() |
boolean |
equals(Object obj) |
Link |
getLink()
Information about the link.
|
int |
hashCode() |
void |
setLink(Link link)
Information about the link.
|
String |
toString()
Returns a string representation of this object.
|
UpdateLinkResult |
withLink(Link link)
Information about the link.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setLink(Link link)
Information about the link.
link
- Information about the link.public Link getLink()
Information about the link.
public UpdateLinkResult withLink(Link link)
Information about the link.
link
- Information about the link.public String toString()
toString
in class Object
Object.toString()
public UpdateLinkResult clone()