@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateMaintenance extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
UpdateMaintenance() |
| Modifier and Type | Method and Description |
|---|---|
UpdateMaintenance |
clone() |
boolean |
equals(Object obj) |
String |
getMaintenanceDay()
A day of a week when the maintenance will happen.
|
String |
getMaintenanceScheduledDate()
A scheduled date in ISO UTC format when the maintenance will happen.
|
String |
getMaintenanceStartHour()
UTC time when the maintenance will happen.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaintenanceDay(String maintenanceDay)
A day of a week when the maintenance will happen.
|
void |
setMaintenanceScheduledDate(String maintenanceScheduledDate)
A scheduled date in ISO UTC format when the maintenance will happen.
|
void |
setMaintenanceStartHour(String maintenanceStartHour)
UTC time when the maintenance will happen.
|
String |
toString()
Returns a string representation of this object.
|
UpdateMaintenance |
withMaintenanceDay(MaintenanceDay maintenanceDay)
A day of a week when the maintenance will happen.
|
UpdateMaintenance |
withMaintenanceDay(String maintenanceDay)
A day of a week when the maintenance will happen.
|
UpdateMaintenance |
withMaintenanceScheduledDate(String maintenanceScheduledDate)
A scheduled date in ISO UTC format when the maintenance will happen.
|
UpdateMaintenance |
withMaintenanceStartHour(String maintenanceStartHour)
UTC time when the maintenance will happen.
|
public void setMaintenanceDay(String maintenanceDay)
maintenanceDay - A day of a week when the maintenance will happen. use
Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.MaintenanceDaypublic String getMaintenanceDay()
MaintenanceDaypublic UpdateMaintenance withMaintenanceDay(String maintenanceDay)
maintenanceDay - A day of a week when the maintenance will happen. use
Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.MaintenanceDaypublic UpdateMaintenance withMaintenanceDay(MaintenanceDay maintenanceDay)
maintenanceDay - A day of a week when the maintenance will happen. use
Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.MaintenanceDaypublic void setMaintenanceScheduledDate(String maintenanceScheduledDate)
maintenanceScheduledDate - A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example:
2021-01-30.public String getMaintenanceScheduledDate()
public UpdateMaintenance withMaintenanceScheduledDate(String maintenanceScheduledDate)
maintenanceScheduledDate - A scheduled date in ISO UTC format when the maintenance will happen. Use YYYY-MM-DD format. Example:
2021-01-30.public void setMaintenanceStartHour(String maintenanceStartHour)
maintenanceStartHour - UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00.
The default value is 02:00.public String getMaintenanceStartHour()
public UpdateMaintenance withMaintenanceStartHour(String maintenanceStartHour)
maintenanceStartHour - UTC time when the maintenance will happen. Use 24-hour HH:MM format. Minutes must be 00. Example: 13:00.
The default value is 02:00.public String toString()
toString in class ObjectObject.toString()public UpdateMaintenance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.