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