@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PendingMaintenance extends Object implements Serializable, Cloneable, StructuredPojo
The scheduled maintenance for a runtime engine.
| Constructor and Description |
|---|
PendingMaintenance() |
| Modifier and Type | Method and Description |
|---|---|
PendingMaintenance |
clone() |
boolean |
equals(Object obj) |
String |
getEngineVersion()
The specific runtime engine that the maintenance schedule applies to.
|
MaintenanceSchedule |
getSchedule()
The maintenance schedule for the runtime engine version.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEngineVersion(String engineVersion)
The specific runtime engine that the maintenance schedule applies to.
|
void |
setSchedule(MaintenanceSchedule schedule)
The maintenance schedule for the runtime engine version.
|
String |
toString()
Returns a string representation of this object.
|
PendingMaintenance |
withEngineVersion(String engineVersion)
The specific runtime engine that the maintenance schedule applies to.
|
PendingMaintenance |
withSchedule(MaintenanceSchedule schedule)
The maintenance schedule for the runtime engine version.
|
public void setEngineVersion(String engineVersion)
The specific runtime engine that the maintenance schedule applies to.
engineVersion - The specific runtime engine that the maintenance schedule applies to.public String getEngineVersion()
The specific runtime engine that the maintenance schedule applies to.
public PendingMaintenance withEngineVersion(String engineVersion)
The specific runtime engine that the maintenance schedule applies to.
engineVersion - The specific runtime engine that the maintenance schedule applies to.public void setSchedule(MaintenanceSchedule schedule)
The maintenance schedule for the runtime engine version.
schedule - The maintenance schedule for the runtime engine version.public MaintenanceSchedule getSchedule()
The maintenance schedule for the runtime engine version.
public PendingMaintenance withSchedule(MaintenanceSchedule schedule)
The maintenance schedule for the runtime engine version.
schedule - The maintenance schedule for the runtime engine version.public String toString()
toString in class ObjectObject.toString()public PendingMaintenance clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.