@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SupportedHour extends Object implements Serializable, Cloneable, StructuredPojo
Time range object with startTime and endTime range in RFC 3339 format.
'HH:mm:ss.SSS'.
| Constructor and Description |
|---|
SupportedHour() |
| Modifier and Type | Method and Description |
|---|---|
SupportedHour |
clone() |
boolean |
equals(Object obj) |
String |
getEndTime()
End Time.
|
String |
getStartTime()
Start Time.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setEndTime(String endTime)
End Time.
|
void |
setStartTime(String startTime)
Start Time.
|
String |
toString()
Returns a string representation of this object.
|
SupportedHour |
withEndTime(String endTime)
End Time.
|
SupportedHour |
withStartTime(String startTime)
Start Time.
|
public void setStartTime(String startTime)
Start Time. RFC 3339 format 'HH:mm:ss.SSS'.
startTime - Start Time. RFC 3339 format 'HH:mm:ss.SSS'.public String getStartTime()
Start Time. RFC 3339 format 'HH:mm:ss.SSS'.
'HH:mm:ss.SSS'.public SupportedHour withStartTime(String startTime)
Start Time. RFC 3339 format 'HH:mm:ss.SSS'.
startTime - Start Time. RFC 3339 format 'HH:mm:ss.SSS'.public void setEndTime(String endTime)
End Time. RFC 3339 format 'HH:mm:ss.SSS'.
endTime - End Time. RFC 3339 format 'HH:mm:ss.SSS'.public String getEndTime()
End Time. RFC 3339 format 'HH:mm:ss.SSS'.
'HH:mm:ss.SSS'.public SupportedHour withEndTime(String endTime)
End Time. RFC 3339 format 'HH:mm:ss.SSS'.
endTime - End Time. RFC 3339 format 'HH:mm:ss.SSS'.public String toString()
toString in class ObjectObject.toString()public SupportedHour clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.