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