@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateResourceRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description | 
|---|
| DisassociateResourceRequest() | 
| Modifier and Type | Method and Description | 
|---|---|
| DisassociateResourceRequest | clone()Creates a shallow clone of this object for all fields except the handler context. | 
| boolean | equals(Object obj) | 
| String | getGroupIdentifier()
 Specifies the group. | 
| String | getResourceArn()
 The ARN of the canary that you want to remove from the specified group. | 
| int | hashCode() | 
| void | setGroupIdentifier(String groupIdentifier)
 Specifies the group. | 
| void | setResourceArn(String resourceArn)
 The ARN of the canary that you want to remove from the specified group. | 
| String | toString()Returns a string representation of this object. | 
| DisassociateResourceRequest | withGroupIdentifier(String groupIdentifier)
 Specifies the group. | 
| DisassociateResourceRequest | withResourceArn(String resourceArn)
 The ARN of the canary that you want to remove from the specified group. | 
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 setGroupIdentifier(String groupIdentifier)
 Specifies the group. You can specify the group name, the ARN, or the group ID as the GroupIdentifier
 .
 
groupIdentifier - Specifies the group. You can specify the group name, the ARN, or the group ID as the
        GroupIdentifier.public String getGroupIdentifier()
 Specifies the group. You can specify the group name, the ARN, or the group ID as the GroupIdentifier
 .
 
GroupIdentifier.public DisassociateResourceRequest withGroupIdentifier(String groupIdentifier)
 Specifies the group. You can specify the group name, the ARN, or the group ID as the GroupIdentifier
 .
 
groupIdentifier - Specifies the group. You can specify the group name, the ARN, or the group ID as the
        GroupIdentifier.public void setResourceArn(String resourceArn)
The ARN of the canary that you want to remove from the specified group.
resourceArn - The ARN of the canary that you want to remove from the specified group.public String getResourceArn()
The ARN of the canary that you want to remove from the specified group.
public DisassociateResourceRequest withResourceArn(String resourceArn)
The ARN of the canary that you want to remove from the specified group.
resourceArn - The ARN of the canary that you want to remove from the specified group.public String toString()
toString in class ObjectObject.toString()public DisassociateResourceRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()