@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 default end time for quiet time in ISO 8601 format.
|
String |
getStart()
The default start time for quiet time in ISO 8601 format.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEnd(String end)
The default end time for quiet time in ISO 8601 format.
|
void |
setStart(String start)
The default start time for quiet time in ISO 8601 format.
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
QuietTime |
withEnd(String end)
The default end time for quiet time in ISO 8601 format.
|
QuietTime |
withStart(String start)
The default start time for quiet time in ISO 8601 format.
|
public void setEnd(String end)
end - The default end time for quiet time in ISO 8601 format.public String getEnd()
public QuietTime withEnd(String end)
end - The default end time for quiet time in ISO 8601 format.public void setStart(String start)
start - The default start time for quiet time in ISO 8601 format.public String getStart()
public QuietTime withStart(String start)
start - The default start time for quiet time in ISO 8601 format.public String toString()
toString in class ObjectObject.toString()public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.