@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MaintenanceCreateSettings extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
MaintenanceCreateSettings() |
| Modifier and Type | Method and Description |
|---|---|
MaintenanceCreateSettings |
clone() |
boolean |
equals(Object obj) |
String |
getMaintenanceDay()
Choose one day of the week for maintenance.
|
String |
getMaintenanceStartTime()
Choose the hour that maintenance will start.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setMaintenanceDay(String maintenanceDay)
Choose one day of the week for maintenance.
|
void |
setMaintenanceStartTime(String maintenanceStartTime)
Choose the hour that maintenance will start.
|
String |
toString()
Returns a string representation of this object.
|
MaintenanceCreateSettings |
withMaintenanceDay(MaintenanceDay maintenanceDay)
Choose one day of the week for maintenance.
|
MaintenanceCreateSettings |
withMaintenanceDay(String maintenanceDay)
Choose one day of the week for maintenance.
|
MaintenanceCreateSettings |
withMaintenanceStartTime(String maintenanceStartTime)
Choose the hour that maintenance will start.
|
public void setMaintenanceDay(String maintenanceDay)
maintenanceDay - Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.MaintenanceDaypublic String getMaintenanceDay()
MaintenanceDaypublic MaintenanceCreateSettings withMaintenanceDay(String maintenanceDay)
maintenanceDay - Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.MaintenanceDaypublic MaintenanceCreateSettings withMaintenanceDay(MaintenanceDay maintenanceDay)
maintenanceDay - Choose one day of the week for maintenance. The chosen day is used for all future maintenance windows.MaintenanceDaypublic void setMaintenanceStartTime(String maintenanceStartTime)
maintenanceStartTime - Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.public String getMaintenanceStartTime()
public MaintenanceCreateSettings withMaintenanceStartTime(String maintenanceStartTime)
maintenanceStartTime - Choose the hour that maintenance will start. The chosen time is used for all future maintenance windows.public String toString()
toString in class ObjectObject.toString()public MaintenanceCreateSettings clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.