@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class InviteAccountToOrganizationResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
InviteAccountToOrganizationResult() |
Modifier and Type | Method and Description |
---|---|
InviteAccountToOrganizationResult |
clone() |
boolean |
equals(Object obj) |
Handshake |
getHandshake()
A structure that contains details about the handshake that is created to support this invitation request.
|
int |
hashCode() |
void |
setHandshake(Handshake handshake)
A structure that contains details about the handshake that is created to support this invitation request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
InviteAccountToOrganizationResult |
withHandshake(Handshake handshake)
A structure that contains details about the handshake that is created to support this invitation request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setHandshake(Handshake handshake)
A structure that contains details about the handshake that is created to support this invitation request.
handshake
- A structure that contains details about the handshake that is created to support this invitation request.public Handshake getHandshake()
A structure that contains details about the handshake that is created to support this invitation request.
public InviteAccountToOrganizationResult withHandshake(Handshake handshake)
A structure that contains details about the handshake that is created to support this invitation request.
handshake
- A structure that contains details about the handshake that is created to support this invitation request.public String toString()
toString
in class Object
Object.toString()
public InviteAccountToOrganizationResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.