@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateMemberResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DisassociateMemberResult() |
Modifier and Type | Method and Description |
---|---|
DisassociateMemberResult |
clone() |
boolean |
equals(Object obj) |
String |
getAccountId()
The Amazon Web Services account ID of the successfully disassociated member.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The Amazon Web Services account ID of the successfully disassociated member.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateMemberResult |
withAccountId(String accountId)
The Amazon Web Services account ID of the successfully disassociated member.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setAccountId(String accountId)
The Amazon Web Services account ID of the successfully disassociated member.
accountId
- The Amazon Web Services account ID of the successfully disassociated member.public String getAccountId()
The Amazon Web Services account ID of the successfully disassociated member.
public DisassociateMemberResult withAccountId(String accountId)
The Amazon Web Services account ID of the successfully disassociated member.
accountId
- The Amazon Web Services account ID of the successfully disassociated member.public String toString()
toString
in class Object
Object.toString()
public DisassociateMemberResult clone()