@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Time extends Object implements Serializable, Cloneable, StructuredPojo
The time.
Constructor and Description |
---|
Time() |
Modifier and Type | Method and Description |
---|---|
Time |
clone() |
boolean |
equals(Object obj) |
String |
getTimeOfDay()
The time of day in 24-hour format (00:00).
|
String |
getTimezone()
The timezone.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTimeOfDay(String timeOfDay)
The time of day in 24-hour format (00:00).
|
void |
setTimezone(String timezone)
The timezone.
|
String |
toString()
Returns a string representation of this object.
|
Time |
withTimeOfDay(String timeOfDay)
The time of day in 24-hour format (00:00).
|
Time |
withTimezone(String timezone)
The timezone.
|
public void setTimeOfDay(String timeOfDay)
The time of day in 24-hour format (00:00).
timeOfDay
- The time of day in 24-hour format (00:00).public String getTimeOfDay()
The time of day in 24-hour format (00:00).
public Time withTimeOfDay(String timeOfDay)
The time of day in 24-hour format (00:00).
timeOfDay
- The time of day in 24-hour format (00:00).public void setTimezone(String timezone)
The timezone.
timezone
- The timezone.public String getTimezone()
The timezone.
public Time withTimezone(String timezone)
The timezone.
timezone
- The timezone.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.