@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetAccountLinkResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetAccountLinkResult() |
Modifier and Type | Method and Description |
---|---|
GetAccountLinkResult |
clone() |
boolean |
equals(Object obj) |
AccountLink |
getAccountLink()
The account link of the account link to retrieve.
|
int |
hashCode() |
void |
setAccountLink(AccountLink accountLink)
The account link of the account link to retrieve.
|
String |
toString()
Returns a string representation of this object.
|
GetAccountLinkResult |
withAccountLink(AccountLink accountLink)
The account link of the account link to retrieve.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountLink(AccountLink accountLink)
The account link of the account link to retrieve.
accountLink
- The account link of the account link to retrieve.public AccountLink getAccountLink()
The account link of the account link to retrieve.
public GetAccountLinkResult withAccountLink(AccountLink accountLink)
The account link of the account link to retrieve.
accountLink
- The account link of the account link to retrieve.public String toString()
toString
in class Object
Object.toString()
public GetAccountLinkResult clone()