@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMemberRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
DeleteMemberRequest() |
| Modifier and Type | Method and Description |
|---|---|
DeleteMemberRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getAccountId()
The account ID of the member to remove.
|
String |
getCollaborationIdentifier()
The unique identifier for the associated collaboration.
|
int |
hashCode() |
void |
setAccountId(String accountId)
The account ID of the member to remove.
|
void |
setCollaborationIdentifier(String collaborationIdentifier)
The unique identifier for the associated collaboration.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMemberRequest |
withAccountId(String accountId)
The account ID of the member to remove.
|
DeleteMemberRequest |
withCollaborationIdentifier(String collaborationIdentifier)
The unique identifier for the associated collaboration.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setCollaborationIdentifier(String collaborationIdentifier)
The unique identifier for the associated collaboration.
collaborationIdentifier - The unique identifier for the associated collaboration.public String getCollaborationIdentifier()
The unique identifier for the associated collaboration.
public DeleteMemberRequest withCollaborationIdentifier(String collaborationIdentifier)
The unique identifier for the associated collaboration.
collaborationIdentifier - The unique identifier for the associated collaboration.public void setAccountId(String accountId)
The account ID of the member to remove.
accountId - The account ID of the member to remove.public String getAccountId()
The account ID of the member to remove.
public DeleteMemberRequest withAccountId(String accountId)
The account ID of the member to remove.
accountId - The account ID of the member to remove.public String toString()
toString in class ObjectObject.toString()public DeleteMemberRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()