@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateMaintenanceWindowResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
CreateMaintenanceWindowResult() |
Modifier and Type | Method and Description |
---|---|
CreateMaintenanceWindowResult |
clone() |
boolean |
equals(Object obj) |
String |
getWindowId()
The ID of the created Maintenance Window.
|
int |
hashCode() |
void |
setWindowId(String windowId)
The ID of the created Maintenance Window.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
CreateMaintenanceWindowResult |
withWindowId(String windowId)
The ID of the created Maintenance Window.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWindowId(String windowId)
The ID of the created Maintenance Window.
windowId
- The ID of the created Maintenance Window.public String getWindowId()
The ID of the created Maintenance Window.
public CreateMaintenanceWindowResult withWindowId(String windowId)
The ID of the created Maintenance Window.
windowId
- The ID of the created Maintenance Window.public String toString()
toString
in class Object
Object.toString()
public CreateMaintenanceWindowResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.