@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MaintenanceWindowIdentityForTarget extends Object implements Serializable, Cloneable, StructuredPojo
The maintenance window to which the specified target belongs.
Constructor and Description |
---|
MaintenanceWindowIdentityForTarget() |
Modifier and Type | Method and Description |
---|---|
MaintenanceWindowIdentityForTarget |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the maintenance window.
|
String |
getWindowId()
The ID of the maintenance window.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the maintenance window.
|
void |
setWindowId(String windowId)
The ID of the maintenance window.
|
String |
toString()
Returns a string representation of this object.
|
MaintenanceWindowIdentityForTarget |
withName(String name)
The name of the maintenance window.
|
MaintenanceWindowIdentityForTarget |
withWindowId(String windowId)
The ID of the maintenance window.
|
public void setWindowId(String windowId)
The ID of the maintenance window.
windowId
- The ID of the maintenance window.public String getWindowId()
The ID of the maintenance window.
public MaintenanceWindowIdentityForTarget withWindowId(String windowId)
The ID of the maintenance window.
windowId
- The ID of the maintenance window.public void setName(String name)
The name of the maintenance window.
name
- The name of the maintenance window.public String getName()
The name of the maintenance window.
public MaintenanceWindowIdentityForTarget withName(String name)
The name of the maintenance window.
name
- The name of the maintenance window.public String toString()
toString
in class Object
Object.toString()
public MaintenanceWindowIdentityForTarget clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.