@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateMembershipRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DisassociateMembershipRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateMembershipRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getGraphArn()
The ARN of the behavior graph to remove the member account from.
|
int |
hashCode() |
void |
setGraphArn(String graphArn)
The ARN of the behavior graph to remove the member account from.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateMembershipRequest |
withGraphArn(String graphArn)
The ARN of the behavior graph to remove the member account from.
|
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, withSdkRequestTimeout
public void setGraphArn(String graphArn)
The ARN of the behavior graph to remove the member account from.
The member account's member status in the behavior graph must be ENABLED
.
graphArn
- The ARN of the behavior graph to remove the member account from.
The member account's member status in the behavior graph must be ENABLED
.
public String getGraphArn()
The ARN of the behavior graph to remove the member account from.
The member account's member status in the behavior graph must be ENABLED
.
The member account's member status in the behavior graph must be ENABLED
.
public DisassociateMembershipRequest withGraphArn(String graphArn)
The ARN of the behavior graph to remove the member account from.
The member account's member status in the behavior graph must be ENABLED
.
graphArn
- The ARN of the behavior graph to remove the member account from.
The member account's member status in the behavior graph must be ENABLED
.
public String toString()
toString
in class Object
Object.toString()
public DisassociateMembershipRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()