@Generated(value="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.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder |
builder() |
String |
dayOfWeek()
The day of the week on which the maintenance window falls.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder> |
serializableBuilderClass() |
String |
timeOfDay()
The time, in 24-hour format, on which the maintenance window falls.
|
String |
timeZone()
The time zone in either the Country/City format or the UTC offset format.
|
AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String dayOfWeek()
The day of the week on which the maintenance window falls.
public final String timeOfDay()
The time, in 24-hour format, on which the maintenance window falls.
public final String timeZone()
The time zone in either the Country/City format or the UTC offset format. UTC is the default format.
public AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder toBuilder()
public static AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder builder()
public static Class<? extends AwsAmazonMqBrokerMaintenanceWindowStartTimeDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.