@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DisassociateInstanceEventWindowRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DisassociateInstanceEventWindowRequest>
NOOP
Constructor and Description |
---|
DisassociateInstanceEventWindowRequest() |
Modifier and Type | Method and Description |
---|---|
DisassociateInstanceEventWindowRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
InstanceEventWindowDisassociationRequest |
getAssociationTarget()
One or more targets to disassociate from the specified event window.
|
Request<DisassociateInstanceEventWindowRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
String |
getInstanceEventWindowId()
The ID of the event window.
|
int |
hashCode() |
void |
setAssociationTarget(InstanceEventWindowDisassociationRequest associationTarget)
One or more targets to disassociate from the specified event window.
|
void |
setInstanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
|
String |
toString()
Returns a string representation of this object.
|
DisassociateInstanceEventWindowRequest |
withAssociationTarget(InstanceEventWindowDisassociationRequest associationTarget)
One or more targets to disassociate from the specified event window.
|
DisassociateInstanceEventWindowRequest |
withInstanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
|
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 DisassociateInstanceEventWindowRequest()
public void setInstanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
instanceEventWindowId
- The ID of the event window.public String getInstanceEventWindowId()
The ID of the event window.
public DisassociateInstanceEventWindowRequest withInstanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
instanceEventWindowId
- The ID of the event window.public void setAssociationTarget(InstanceEventWindowDisassociationRequest associationTarget)
One or more targets to disassociate from the specified event window.
associationTarget
- One or more targets to disassociate from the specified event window.public InstanceEventWindowDisassociationRequest getAssociationTarget()
One or more targets to disassociate from the specified event window.
public DisassociateInstanceEventWindowRequest withAssociationTarget(InstanceEventWindowDisassociationRequest associationTarget)
One or more targets to disassociate from the specified event window.
associationTarget
- One or more targets to disassociate from the specified event window.public Request<DisassociateInstanceEventWindowRequest> getDryRunRequest()
getDryRunRequest
in interface DryRunSupportedRequest<DisassociateInstanceEventWindowRequest>
public String toString()
toString
in class Object
Object.toString()
public DisassociateInstanceEventWindowRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()