Class WaypointOptimizationAccessHoursEntry
- java.lang.Object
-
- software.amazon.awssdk.services.georoutes.model.WaypointOptimizationAccessHoursEntry
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WaypointOptimizationAccessHoursEntry.Builder,WaypointOptimizationAccessHoursEntry>
@Generated("software.amazon.awssdk:codegen") public final class WaypointOptimizationAccessHoursEntry extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WaypointOptimizationAccessHoursEntry.Builder,WaypointOptimizationAccessHoursEntry>
Hours of entry.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWaypointOptimizationAccessHoursEntry.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WaypointOptimizationAccessHoursEntry.Builderbuilder()DayOfWeekdayOfWeek()Day of the week.StringdayOfWeekAsString()Day of the week.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends WaypointOptimizationAccessHoursEntry.Builder>serializableBuilderClass()StringtimeOfDay()Time of the day.WaypointOptimizationAccessHoursEntry.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
-
dayOfWeek
public final DayOfWeek dayOfWeek()
Day of the week.
If the service returns an enum value that is not available in the current SDK version,
dayOfWeekwill returnDayOfWeek.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdayOfWeekAsString().- Returns:
- Day of the week.
- See Also:
DayOfWeek
-
dayOfWeekAsString
public final String dayOfWeekAsString()
Day of the week.
If the service returns an enum value that is not available in the current SDK version,
dayOfWeekwill returnDayOfWeek.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromdayOfWeekAsString().- Returns:
- Day of the week.
- See Also:
DayOfWeek
-
timeOfDay
public final String timeOfDay()
Time of the day.
- Returns:
- Time of the day.
-
toBuilder
public WaypointOptimizationAccessHoursEntry.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WaypointOptimizationAccessHoursEntry.Builder,WaypointOptimizationAccessHoursEntry>
-
builder
public static WaypointOptimizationAccessHoursEntry.Builder builder()
-
serializableBuilderClass
public static Class<? extends WaypointOptimizationAccessHoursEntry.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.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-