@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeferredMaintenanceWindow extends Object implements Serializable, Cloneable
Describes a deferred maintenance window
Constructor and Description |
---|
DeferredMaintenanceWindow() |
Modifier and Type | Method and Description |
---|---|
DeferredMaintenanceWindow |
clone() |
boolean |
equals(Object obj) |
Date |
getDeferMaintenanceEndTime()
A timestamp for the end of the time period when we defer maintenance.
|
String |
getDeferMaintenanceIdentifier()
A unique identifier for the maintenance window.
|
Date |
getDeferMaintenanceStartTime()
A timestamp for the beginning of the time period when we defer maintenance.
|
int |
hashCode() |
void |
setDeferMaintenanceEndTime(Date deferMaintenanceEndTime)
A timestamp for the end of the time period when we defer maintenance.
|
void |
setDeferMaintenanceIdentifier(String deferMaintenanceIdentifier)
A unique identifier for the maintenance window.
|
void |
setDeferMaintenanceStartTime(Date deferMaintenanceStartTime)
A timestamp for the beginning of the time period when we defer maintenance.
|
String |
toString()
Returns a string representation of this object.
|
DeferredMaintenanceWindow |
withDeferMaintenanceEndTime(Date deferMaintenanceEndTime)
A timestamp for the end of the time period when we defer maintenance.
|
DeferredMaintenanceWindow |
withDeferMaintenanceIdentifier(String deferMaintenanceIdentifier)
A unique identifier for the maintenance window.
|
DeferredMaintenanceWindow |
withDeferMaintenanceStartTime(Date deferMaintenanceStartTime)
A timestamp for the beginning of the time period when we defer maintenance.
|
public void setDeferMaintenanceIdentifier(String deferMaintenanceIdentifier)
A unique identifier for the maintenance window.
deferMaintenanceIdentifier
- A unique identifier for the maintenance window.public String getDeferMaintenanceIdentifier()
A unique identifier for the maintenance window.
public DeferredMaintenanceWindow withDeferMaintenanceIdentifier(String deferMaintenanceIdentifier)
A unique identifier for the maintenance window.
deferMaintenanceIdentifier
- A unique identifier for the maintenance window.public void setDeferMaintenanceStartTime(Date deferMaintenanceStartTime)
A timestamp for the beginning of the time period when we defer maintenance.
deferMaintenanceStartTime
- A timestamp for the beginning of the time period when we defer maintenance.public Date getDeferMaintenanceStartTime()
A timestamp for the beginning of the time period when we defer maintenance.
public DeferredMaintenanceWindow withDeferMaintenanceStartTime(Date deferMaintenanceStartTime)
A timestamp for the beginning of the time period when we defer maintenance.
deferMaintenanceStartTime
- A timestamp for the beginning of the time period when we defer maintenance.public void setDeferMaintenanceEndTime(Date deferMaintenanceEndTime)
A timestamp for the end of the time period when we defer maintenance.
deferMaintenanceEndTime
- A timestamp for the end of the time period when we defer maintenance.public Date getDeferMaintenanceEndTime()
A timestamp for the end of the time period when we defer maintenance.
public DeferredMaintenanceWindow withDeferMaintenanceEndTime(Date deferMaintenanceEndTime)
A timestamp for the end of the time period when we defer maintenance.
deferMaintenanceEndTime
- A timestamp for the end of the time period when we defer maintenance.public String toString()
toString
in class Object
Object.toString()
public DeferredMaintenanceWindow clone()