@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; useful for testing and debugging.
|
DeleteMaintenanceWindowResult |
withWindowId(String windowId)
The ID of the deleted Maintenance Window.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadatapublic 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 ObjectObject.toString()public DeleteMaintenanceWindowResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.