@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CoverageTime extends Object implements Serializable, Cloneable, StructuredPojo
Information about when an on-call shift begins and ends.
Constructor and Description |
---|
CoverageTime() |
Modifier and Type | Method and Description |
---|---|
CoverageTime |
clone() |
boolean |
equals(Object obj) |
HandOffTime |
getEnd()
Information about when the on-call rotation shift ends.
|
HandOffTime |
getStart()
Information about when the on-call rotation shift begins.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setEnd(HandOffTime end)
Information about when the on-call rotation shift ends.
|
void |
setStart(HandOffTime start)
Information about when the on-call rotation shift begins.
|
String |
toString()
Returns a string representation of this object.
|
CoverageTime |
withEnd(HandOffTime end)
Information about when the on-call rotation shift ends.
|
CoverageTime |
withStart(HandOffTime start)
Information about when the on-call rotation shift begins.
|
public void setStart(HandOffTime start)
Information about when the on-call rotation shift begins.
start
- Information about when the on-call rotation shift begins.public HandOffTime getStart()
Information about when the on-call rotation shift begins.
public CoverageTime withStart(HandOffTime start)
Information about when the on-call rotation shift begins.
start
- Information about when the on-call rotation shift begins.public void setEnd(HandOffTime end)
Information about when the on-call rotation shift ends.
end
- Information about when the on-call rotation shift ends.public HandOffTime getEnd()
Information about when the on-call rotation shift ends.
public CoverageTime withEnd(HandOffTime end)
Information about when the on-call rotation shift ends.
end
- Information about when the on-call rotation shift ends.public String toString()
toString
in class Object
Object.toString()
public CoverageTime clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.