Class Time
- java.lang.Object
-
- software.amazon.awssdk.services.inspector2.model.Time
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<Time.Builder,Time>
@Generated("software.amazon.awssdk:codegen") public final class Time extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Time.Builder,Time>
The time.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Time.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends Time.Builder>serializableBuilderClass()StringtimeOfDay()The time of day in 24-hour format (00:00).Stringtimezone()The timezone.Time.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
-
timeOfDay
public final String timeOfDay()
The time of day in 24-hour format (00:00).
- Returns:
- The time of day in 24-hour format (00:00).
-
timezone
public final String timezone()
The timezone.
- Returns:
- The timezone.
-
toBuilder
public Time.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<Time.Builder,Time>
-
builder
public static Time.Builder builder()
-
serializableBuilderClass
public static Class<? extends Time.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.
-
-