Class CoverageTime
- java.lang.Object
-
- software.amazon.awssdk.services.ssmcontacts.model.CoverageTime
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<CoverageTime.Builder,CoverageTime>
@Generated("software.amazon.awssdk:codegen") public final class CoverageTime extends Object implements SdkPojo, Serializable, ToCopyableBuilder<CoverageTime.Builder,CoverageTime>
Information about when an on-call shift begins and ends.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCoverageTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CoverageTime.Builderbuilder()HandOffTimeend()Information about when the on-call rotation shift ends.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends CoverageTime.Builder>serializableBuilderClass()HandOffTimestart()Information about when the on-call rotation shift begins.CoverageTime.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
start
public final HandOffTime start()
Information about when the on-call rotation shift begins.
- Returns:
- Information about when the on-call rotation shift begins.
-
end
public final HandOffTime end()
Information about when the on-call rotation shift ends.
- Returns:
- Information about when the on-call rotation shift ends.
-
toBuilder
public CoverageTime.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CoverageTime.Builder,CoverageTime>
-
builder
public static CoverageTime.Builder builder()
-
serializableBuilderClass
public static Class<? extends CoverageTime.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
-