@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMaintenanceWindowTargetResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
UpdateMaintenanceWindowTargetResult() |
Modifier and Type | Method and Description |
---|---|
UpdateMaintenanceWindowTargetResult |
clone() |
boolean |
equals(Object obj) |
String |
getDescription()
The updated description.
|
String |
getName()
The updated name.
|
String |
getOwnerInformation()
The updated owner.
|
List<Target> |
getTargets()
The updated targets.
|
String |
getWindowId()
The Maintenance Window ID specified in the update request.
|
String |
getWindowTargetId()
The target ID specified in the update request.
|
int |
hashCode() |
void |
setDescription(String description)
The updated description.
|
void |
setName(String name)
The updated name.
|
void |
setOwnerInformation(String ownerInformation)
The updated owner.
|
void |
setTargets(Collection<Target> targets)
The updated targets.
|
void |
setWindowId(String windowId)
The Maintenance Window ID specified in the update request.
|
void |
setWindowTargetId(String windowTargetId)
The target ID specified in the update request.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
UpdateMaintenanceWindowTargetResult |
withDescription(String description)
The updated description.
|
UpdateMaintenanceWindowTargetResult |
withName(String name)
The updated name.
|
UpdateMaintenanceWindowTargetResult |
withOwnerInformation(String ownerInformation)
The updated owner.
|
UpdateMaintenanceWindowTargetResult |
withTargets(Collection<Target> targets)
The updated targets.
|
UpdateMaintenanceWindowTargetResult |
withTargets(Target... targets)
The updated targets.
|
UpdateMaintenanceWindowTargetResult |
withWindowId(String windowId)
The Maintenance Window ID specified in the update request.
|
UpdateMaintenanceWindowTargetResult |
withWindowTargetId(String windowTargetId)
The target ID specified in the update request.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setWindowId(String windowId)
The Maintenance Window ID specified in the update request.
windowId
- The Maintenance Window ID specified in the update request.public String getWindowId()
The Maintenance Window ID specified in the update request.
public UpdateMaintenanceWindowTargetResult withWindowId(String windowId)
The Maintenance Window ID specified in the update request.
windowId
- The Maintenance Window ID specified in the update request.public void setWindowTargetId(String windowTargetId)
The target ID specified in the update request.
windowTargetId
- The target ID specified in the update request.public String getWindowTargetId()
The target ID specified in the update request.
public UpdateMaintenanceWindowTargetResult withWindowTargetId(String windowTargetId)
The target ID specified in the update request.
windowTargetId
- The target ID specified in the update request.public void setTargets(Collection<Target> targets)
The updated targets.
targets
- The updated targets.public UpdateMaintenanceWindowTargetResult withTargets(Target... targets)
The updated targets.
NOTE: This method appends the values to the existing list (if any). Use
setTargets(java.util.Collection)
or withTargets(java.util.Collection)
if you want to override
the existing values.
targets
- The updated targets.public UpdateMaintenanceWindowTargetResult withTargets(Collection<Target> targets)
The updated targets.
targets
- The updated targets.public void setOwnerInformation(String ownerInformation)
The updated owner.
ownerInformation
- The updated owner.public String getOwnerInformation()
The updated owner.
public UpdateMaintenanceWindowTargetResult withOwnerInformation(String ownerInformation)
The updated owner.
ownerInformation
- The updated owner.public void setName(String name)
The updated name.
name
- The updated name.public String getName()
The updated name.
public UpdateMaintenanceWindowTargetResult withName(String name)
The updated name.
name
- The updated name.public void setDescription(String description)
The updated description.
description
- The updated description.public String getDescription()
The updated description.
public UpdateMaintenanceWindowTargetResult withDescription(String description)
The updated description.
description
- The updated description.public String toString()
toString
in class Object
Object.toString()
public UpdateMaintenanceWindowTargetResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.