Class AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
- java.lang.Object
-
- software.amazon.awssdk.services.securityhub.model.AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder,AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails>
@Generated("software.amazon.awssdk:codegen") public final class AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder,AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails>
The scheduled time period (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 interfaceAwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builderbuilder()StringdayOfWeek()The day of the week on which the maintenance window falls.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 AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder>serializableBuilderClass()StringtimeOfDay()The time, in 24-hour format, on which the maintenance window falls.StringtimeZone()The time zone in either the Country/City format or the UTC offset format.AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.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 String dayOfWeek()
The day of the week on which the maintenance window falls.
- Returns:
- The day of the week on which the maintenance window falls.
-
timeOfDay
public final String timeOfDay()
The time, in 24-hour format, on which the maintenance window falls.
- Returns:
- The time, in 24-hour format, on which the maintenance window falls.
-
timeZone
public final String timeZone()
The time zone in either the Country/City format or the UTC offset format. UTC is the default format.
- Returns:
- The time zone in either the Country/City format or the UTC offset format. UTC is the default format.
-
toBuilder
public AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder toBuilder()
-
builder
public static AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder builder()
-
serializableBuilderClass
public static Class<? extends AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.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
-
-