@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AddMaintenance extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
AddMaintenance() |
| Modifier and Type | Method and Description |
|---|---|
AddMaintenance |
clone() |
boolean |
equals(Object obj) |
String |
getMaintenanceDay()
A day of a week 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 |
setMaintenanceStartHour(String maintenanceStartHour)
UTC time when the maintenance will happen.
|
String |
toString()
Returns a string representation of this object.
|
AddMaintenance |
withMaintenanceDay(MaintenanceDay maintenanceDay)
A day of a week when the maintenance will happen.
|
AddMaintenance |
withMaintenanceDay(String maintenanceDay)
A day of a week when the maintenance will happen.
|
AddMaintenance |
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 AddMaintenance withMaintenanceDay(String maintenanceDay)
maintenanceDay - A day of a week when the maintenance will happen. Use
Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.MaintenanceDaypublic AddMaintenance withMaintenanceDay(MaintenanceDay maintenanceDay)
maintenanceDay - A day of a week when the maintenance will happen. Use
Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.MaintenanceDaypublic 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 AddMaintenance 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 AddMaintenance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.