@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ScheduledWindowExecution extends Object implements Serializable, Cloneable, StructuredPojo
Information about a scheduled execution for a maintenance window.
Constructor and Description |
---|
ScheduledWindowExecution() |
Modifier and Type | Method and Description |
---|---|
ScheduledWindowExecution |
clone() |
boolean |
equals(Object obj) |
String |
getExecutionTime()
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
|
String |
getName()
The name of the maintenance window to be run.
|
String |
getWindowId()
The ID of the maintenance window to be run.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setExecutionTime(String executionTime)
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
|
void |
setName(String name)
The name of the maintenance window to be run.
|
void |
setWindowId(String windowId)
The ID of the maintenance window to be run.
|
String |
toString()
Returns a string representation of this object.
|
ScheduledWindowExecution |
withExecutionTime(String executionTime)
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
|
ScheduledWindowExecution |
withName(String name)
The name of the maintenance window to be run.
|
ScheduledWindowExecution |
withWindowId(String windowId)
The ID of the maintenance window to be run.
|
public void setWindowId(String windowId)
The ID of the maintenance window to be run.
windowId
- The ID of the maintenance window to be run.public String getWindowId()
The ID of the maintenance window to be run.
public ScheduledWindowExecution withWindowId(String windowId)
The ID of the maintenance window to be run.
windowId
- The ID of the maintenance window to be run.public void setName(String name)
The name of the maintenance window to be run.
name
- The name of the maintenance window to be run.public String getName()
The name of the maintenance window to be run.
public ScheduledWindowExecution withName(String name)
The name of the maintenance window to be run.
name
- The name of the maintenance window to be run.public void setExecutionTime(String executionTime)
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
executionTime
- The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.public String getExecutionTime()
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
public ScheduledWindowExecution withExecutionTime(String executionTime)
The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.
executionTime
- The time, in ISO-8601 Extended format, that the maintenance window is scheduled to be run.public String toString()
toString
in class Object
Object.toString()
public ScheduledWindowExecution clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.