@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CancelMaintenanceWindowExecutionResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CancelMaintenanceWindowExecutionResult() |
Modifier and Type | Method and Description |
---|---|
CancelMaintenanceWindowExecutionResult |
clone() |
boolean |
equals(Object obj) |
String |
getWindowExecutionId()
The ID of the maintenance window execution that has been stopped.
|
int |
hashCode() |
void |
setWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution that has been stopped.
|
String |
toString()
Returns a string representation of this object.
|
CancelMaintenanceWindowExecutionResult |
withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution that has been stopped.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public CancelMaintenanceWindowExecutionResult()
public void setWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution that has been stopped.
windowExecutionId
- The ID of the maintenance window execution that has been stopped.public String getWindowExecutionId()
The ID of the maintenance window execution that has been stopped.
public CancelMaintenanceWindowExecutionResult withWindowExecutionId(String windowExecutionId)
The ID of the maintenance window execution that has been stopped.
windowExecutionId
- The ID of the maintenance window execution that has been stopped.public String toString()
toString
in class Object
Object.toString()
public CancelMaintenanceWindowExecutionResult clone()