@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ApplicationMaintenanceConfigurationUpdate extends Object implements Serializable, Cloneable, StructuredPojo
Describes the updated maintenance configuration for the application.
| Constructor and Description |
|---|
ApplicationMaintenanceConfigurationUpdate() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationMaintenanceConfigurationUpdate |
clone() |
boolean |
equals(Object obj) |
String |
getApplicationMaintenanceWindowStartTimeUpdate()
The updated start time for the maintenance window.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setApplicationMaintenanceWindowStartTimeUpdate(String applicationMaintenanceWindowStartTimeUpdate)
The updated start time for the maintenance window.
|
String |
toString()
Returns a string representation of this object.
|
ApplicationMaintenanceConfigurationUpdate |
withApplicationMaintenanceWindowStartTimeUpdate(String applicationMaintenanceWindowStartTimeUpdate)
The updated start time for the maintenance window.
|
public ApplicationMaintenanceConfigurationUpdate()
public void setApplicationMaintenanceWindowStartTimeUpdate(String applicationMaintenanceWindowStartTimeUpdate)
The updated start time for the maintenance window.
applicationMaintenanceWindowStartTimeUpdate - The updated start time for the maintenance window.public String getApplicationMaintenanceWindowStartTimeUpdate()
The updated start time for the maintenance window.
public ApplicationMaintenanceConfigurationUpdate withApplicationMaintenanceWindowStartTimeUpdate(String applicationMaintenanceWindowStartTimeUpdate)
The updated start time for the maintenance window.
applicationMaintenanceWindowStartTimeUpdate - The updated start time for the maintenance window.public String toString()
toString in class ObjectObject.toString()public ApplicationMaintenanceConfigurationUpdate clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.