@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.
|
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()