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