@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MaintenanceStatus extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MaintenanceStatus() |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceStatus |
clone() |
boolean |
equals(Object obj) |
String |
getMaintenanceDay()
The currently selected maintenance day.
|
String |
getMaintenanceDeadline()
Maintenance is required by the displayed date and time.
|
String |
getMaintenanceScheduledDate()
The currently scheduled maintenance date and time.
|
String |
getMaintenanceStartTime()
The currently selected maintenance start time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaintenanceDay(String maintenanceDay)
The currently selected maintenance day.
|
void |
setMaintenanceDeadline(String maintenanceDeadline)
Maintenance is required by the displayed date and time.
|
void |
setMaintenanceScheduledDate(String maintenanceScheduledDate)
The currently scheduled maintenance date and time.
|
void |
setMaintenanceStartTime(String maintenanceStartTime)
The currently selected maintenance start time.
|
String |
toString()
Returns a string representation of this object.
|
MaintenanceStatus |
withMaintenanceDay(MaintenanceDay maintenanceDay)
The currently selected maintenance day.
|
MaintenanceStatus |
withMaintenanceDay(String maintenanceDay)
The currently selected maintenance day.
|
MaintenanceStatus |
withMaintenanceDeadline(String maintenanceDeadline)
Maintenance is required by the displayed date and time.
|
MaintenanceStatus |
withMaintenanceScheduledDate(String maintenanceScheduledDate)
The currently scheduled maintenance date and time.
|
MaintenanceStatus |
withMaintenanceStartTime(String maintenanceStartTime)
The currently selected maintenance start time.
|
public void setMaintenanceDay(String maintenanceDay)
maintenanceDay - The currently selected maintenance day.MaintenanceDaypublic String getMaintenanceDay()
MaintenanceDaypublic MaintenanceStatus withMaintenanceDay(String maintenanceDay)
maintenanceDay - The currently selected maintenance day.MaintenanceDaypublic MaintenanceStatus withMaintenanceDay(MaintenanceDay maintenanceDay)
maintenanceDay - The currently selected maintenance day.MaintenanceDaypublic void setMaintenanceDeadline(String maintenanceDeadline)
maintenanceDeadline - Maintenance is required by the displayed date and time. Date and time is in ISO.public String getMaintenanceDeadline()
public MaintenanceStatus withMaintenanceDeadline(String maintenanceDeadline)
maintenanceDeadline - Maintenance is required by the displayed date and time. Date and time is in ISO.public void setMaintenanceScheduledDate(String maintenanceScheduledDate)
maintenanceScheduledDate - The currently scheduled maintenance date and time. Date and time is in ISO.public String getMaintenanceScheduledDate()
public MaintenanceStatus withMaintenanceScheduledDate(String maintenanceScheduledDate)
maintenanceScheduledDate - The currently scheduled maintenance date and time. Date and time is in ISO.public void setMaintenanceStartTime(String maintenanceStartTime)
maintenanceStartTime - The currently selected maintenance start time. Time is in UTC.public String getMaintenanceStartTime()
public MaintenanceStatus withMaintenanceStartTime(String maintenanceStartTime)
maintenanceStartTime - The currently selected maintenance start time. Time is in UTC.public String toString()
toString in class ObjectObject.toString()public MaintenanceStatus clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.