@Generated(value="software.amazon.awssdk:codegen") public final class HoursOfOperation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HoursOfOperation.Builder,HoursOfOperation>
Information about of the hours of operation.
| Modifier and Type | Class and Description |
|---|---|
static interface |
HoursOfOperation.Builder |
| Modifier and Type | Method and Description |
|---|---|
static HoursOfOperation.Builder |
builder() |
List<HoursOfOperationConfig> |
config()
Configuration information for the hours of operation.
|
String |
description()
The description for the hours of operation.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasConfig()
Returns true if the Config property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasTags()
Returns true if the Tags property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
String |
hoursOfOperationArn()
The Amazon Resource Name (ARN) for the hours of operation.
|
String |
hoursOfOperationId()
The identifier for the hours of operation.
|
String |
name()
The name for the hours of operation.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends HoursOfOperation.Builder> |
serializableBuilderClass() |
Map<String,String> |
tags()
One or more tags.
|
String |
timeZone()
The time zone for the hours of operation.
|
HoursOfOperation.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String hoursOfOperationId()
The identifier for the hours of operation.
public final String hoursOfOperationArn()
The Amazon Resource Name (ARN) for the hours of operation.
public final String name()
The name for the hours of operation.
public final String description()
The description for the hours of operation.
public final String timeZone()
The time zone for the hours of operation.
public final boolean hasConfig()
public final List<HoursOfOperationConfig> config()
Configuration information for the hours of operation.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasConfig() to see if a value was sent in this field.
public final boolean hasTags()
public final Map<String,String> tags()
One or more tags.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasTags() to see if a value was sent in this field.
public HoursOfOperation.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<HoursOfOperation.Builder,HoursOfOperation>public static HoursOfOperation.Builder builder()
public static Class<? extends HoursOfOperation.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.