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