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