@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteMaintenanceWindowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
DeleteMaintenanceWindowResult() |
Modifier and Type | Method and Description |
---|---|
DeleteMaintenanceWindowResult |
clone() |
boolean |
equals(Object obj) |
String |
getWindowId()
The ID of the deleted maintenance window.
|
int |
hashCode() |
void |
setWindowId(String windowId)
The ID of the deleted maintenance window.
|
String |
toString()
Returns a string representation of this object.
|
DeleteMaintenanceWindowResult |
withWindowId(String windowId)
The ID of the deleted maintenance window.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWindowId(String windowId)
The ID of the deleted maintenance window.
windowId
- The ID of the deleted maintenance window.public String getWindowId()
The ID of the deleted maintenance window.
public DeleteMaintenanceWindowResult withWindowId(String windowId)
The ID of the deleted maintenance window.
windowId
- The ID of the deleted maintenance window.public String toString()
toString
in class Object
Object.toString()
public DeleteMaintenanceWindowResult clone()