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 ObjectOne or more hours of operation overrides assigned to an hour of operation.final StringThe Amazon Resource Name (ARN) of 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.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnHoursOfOperation.HoursOfOperationConfigProperty>- Specified by:
getConfigin interfaceCfnHoursOfOperationProps- See Also:
-
getInstanceArn
Description copied from interface:CfnHoursOfOperationPropsThe Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArnin interfaceCfnHoursOfOperationProps- See Also:
-
getName
Description copied from interface:CfnHoursOfOperationPropsThe name for the hours of operation.- Specified by:
getNamein interfaceCfnHoursOfOperationProps- See Also:
-
getTimeZone
Description copied from interface:CfnHoursOfOperationPropsThe time zone for the hours of operation.- Specified by:
getTimeZonein interfaceCfnHoursOfOperationProps- See Also:
-
getDescription
Description copied from interface:CfnHoursOfOperationPropsThe description for the hours of operation.- Specified by:
getDescriptionin interfaceCfnHoursOfOperationProps- See Also:
-
getHoursOfOperationOverrides
Description copied from interface:CfnHoursOfOperationPropsOne or more hours of operation overrides assigned to an hour of operation.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnHoursOfOperation.HoursOfOperationOverrideProperty>- Specified by:
getHoursOfOperationOverridesin interfaceCfnHoursOfOperationProps- See Also:
-
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- See Also:
-
$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()
-