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