@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Maintenance extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Maintenance() |
Modifier and Type | Method and Description |
---|---|
Maintenance |
clone() |
boolean |
equals(Object obj) |
String |
getMaintenanceDay()
A day of a week when the maintenance will happen.
|
String |
getMaintenanceDeadline()
The Maintenance has to be performed before this deadline in ISO UTC format.
|
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 |
setMaintenanceDeadline(String maintenanceDeadline)
The Maintenance has to be performed before this deadline in ISO UTC format.
|
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.
|
Maintenance |
withMaintenanceDay(MaintenanceDay maintenanceDay)
A day of a week when the maintenance will happen.
|
Maintenance |
withMaintenanceDay(String maintenanceDay)
A day of a week when the maintenance will happen.
|
Maintenance |
withMaintenanceDeadline(String maintenanceDeadline)
The Maintenance has to be performed before this deadline in ISO UTC format.
|
Maintenance |
withMaintenanceScheduledDate(String maintenanceScheduledDate)
A scheduled date in ISO UTC format when the maintenance will happen.
|
Maintenance |
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.MaintenanceDay
public String getMaintenanceDay()
MaintenanceDay
public Maintenance withMaintenanceDay(String maintenanceDay)
maintenanceDay
- A day of a week when the maintenance will happen. Use
Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.MaintenanceDay
public Maintenance withMaintenanceDay(MaintenanceDay maintenanceDay)
maintenanceDay
- A day of a week when the maintenance will happen. Use
Monday/Tuesday/Wednesday/Thursday/Friday/Saturday/Sunday.MaintenanceDay
public void setMaintenanceDeadline(String maintenanceDeadline)
maintenanceDeadline
- The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z.public String getMaintenanceDeadline()
public Maintenance withMaintenanceDeadline(String maintenanceDeadline)
maintenanceDeadline
- The Maintenance has to be performed before this deadline in ISO UTC format. Example: 2021-01-30T08:30:00Z.public 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 Maintenance 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 Maintenance 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 Object
Object.toString()
public Maintenance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.