@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class QuietTime extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
QuietTime() |
| Modifier and Type | Method and Description |
|---|---|
QuietTime |
clone() |
boolean |
equals(Object obj) |
String |
getEnd()
The time at which quiet time should end.
|
String |
getStart()
The time at which quiet time should begin.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setEnd(String end)
The time at which quiet time should end.
|
void |
setStart(String start)
The time at which quiet time should begin.
|
String |
toString()
Returns a string representation of this object.
|
QuietTime |
withEnd(String end)
The time at which quiet time should end.
|
QuietTime |
withStart(String start)
The time at which quiet time should begin.
|
public void setEnd(String end)
end - The time at which quiet time should end. The value that you specify has to be in HH:mm format, where HH is
the hour in 24-hour format (with a leading zero, if applicable), and mm is the minutes. For example, use
02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.public String getEnd()
public QuietTime withEnd(String end)
end - The time at which quiet time should end. The value that you specify has to be in HH:mm format, where HH is
the hour in 24-hour format (with a leading zero, if applicable), and mm is the minutes. For example, use
02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.public void setStart(String start)
start - The time at which quiet time should begin. The value that you specify has to be in HH:mm format, where HH
is the hour in 24-hour format (with a leading zero, if applicable), and mm is the minutes. For example,
use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.public String getStart()
public QuietTime withStart(String start)
start - The time at which quiet time should begin. The value that you specify has to be in HH:mm format, where HH
is the hour in 24-hour format (with a leading zero, if applicable), and mm is the minutes. For example,
use 02:30 to represent 2:30 AM, or 14:30 to represent 2:30 PM.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.