Class CfnHoursOfOperationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnHoursOfOperationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHoursOfOperationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnHoursOfOperationProps
@Stability(Stable)
@Internal
public static final class CfnHoursOfOperationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHoursOfOperationProps
An implementation for
CfnHoursOfOperationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnHoursOfOperationProps
CfnHoursOfOperationProps.Builder, CfnHoursOfOperationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnHoursOfOperationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConfiguration information for the hours of operation.final StringThe description for the hours of operation.final StringThe Amazon Resource Name (ARN) for the instance.final StringgetName()The name for the hours of operation.getTags()The tags used to organize, track, or control access for this resource.final StringThe time zone for the hours of operation.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnHoursOfOperationProps.Builder.
-
-
Method Details
-
getConfig
Description copied from interface:CfnHoursOfOperationPropsConfiguration information for the hours of operation.- Specified by:
getConfigin interfaceCfnHoursOfOperationProps
-
getInstanceArn
Description copied from interface:CfnHoursOfOperationPropsThe Amazon Resource Name (ARN) for the instance.- Specified by:
getInstanceArnin interfaceCfnHoursOfOperationProps
-
getName
Description copied from interface:CfnHoursOfOperationPropsThe name for the hours of operation.- Specified by:
getNamein interfaceCfnHoursOfOperationProps
-
getTimeZone
Description copied from interface:CfnHoursOfOperationPropsThe time zone for the hours of operation.- Specified by:
getTimeZonein interfaceCfnHoursOfOperationProps
-
getDescription
Description copied from interface:CfnHoursOfOperationPropsThe description for the hours of operation.- Specified by:
getDescriptionin interfaceCfnHoursOfOperationProps
-
getTags
Description copied from interface:CfnHoursOfOperationPropsThe tags used to organize, track, or control access for this resource.For example, { "tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnHoursOfOperationProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-