@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateAccountLinkInvitationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateAccountLinkInvitationResult() |
Modifier and Type | Method and Description |
---|---|
CreateAccountLinkInvitationResult |
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.
|
CreateAccountLinkInvitationResult |
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 CreateAccountLinkInvitationResult withAccountLink(AccountLink accountLink)
Information about the account link.
accountLink
- Information about the account link.public String toString()
toString
in class Object
Object.toString()
public CreateAccountLinkInvitationResult clone()