Class WeeklyStartTime
- java.lang.Object
-
- software.amazon.awssdk.services.mq.model.WeeklyStartTime
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<WeeklyStartTime.Builder,WeeklyStartTime>
@Generated("software.amazon.awssdk:codegen") public final class WeeklyStartTime extends Object implements SdkPojo, Serializable, ToCopyableBuilder<WeeklyStartTime.Builder,WeeklyStartTime>
The scheduled time period relative to UTC during which Amazon MQ begins to apply pending updates or patches to the broker.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceWeeklyStartTime.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static WeeklyStartTime.Builderbuilder()DayOfWeekdayOfWeek()Required.StringdayOfWeekAsString()Required.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends WeeklyStartTime.Builder>serializableBuilderClass()StringtimeOfDay()Required.StringtimeZone()The time zone, UTC by default, in either the Country/City format, or the UTC offset format.WeeklyStartTime.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()
Required. The 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:
- Required. The day of the week.
- See Also:
DayOfWeek
-
dayOfWeekAsString
public final String dayOfWeekAsString()
Required. The 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:
- Required. The day of the week.
- See Also:
DayOfWeek
-
timeOfDay
public final String timeOfDay()
Required. The time, in 24-hour format.
- Returns:
- Required. The time, in 24-hour format.
-
timeZone
public final String timeZone()
The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
- Returns:
- The time zone, UTC by default, in either the Country/City format, or the UTC offset format.
-
toBuilder
public WeeklyStartTime.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<WeeklyStartTime.Builder,WeeklyStartTime>
-
builder
public static WeeklyStartTime.Builder builder()
-
serializableBuilderClass
public static Class<? extends WeeklyStartTime.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.
-
-