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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnHoursOfOperationProps
CfnHoursOfOperationProps.Builder, CfnHoursOfOperationProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnHoursOfOperationProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Configuration information for the hours of operation.final String
The description for the hours of operation.final Object
One or more hours of operation overrides assigned to an hour of operation.final String
The Amazon Resource Name (ARN) of the instance.final String
getName()
The name for the hours of operation.getTags()
The tags used to organize, track, or control access for this resource.final String
The time zone for the hours of operation.final int
hashCode()
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:CfnHoursOfOperationProps
Configuration information for the hours of operation.- Specified by:
getConfig
in interfaceCfnHoursOfOperationProps
- See Also:
-
getInstanceArn
Description copied from interface:CfnHoursOfOperationProps
The Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArn
in interfaceCfnHoursOfOperationProps
- See Also:
-
getName
Description copied from interface:CfnHoursOfOperationProps
The name for the hours of operation.- Specified by:
getName
in interfaceCfnHoursOfOperationProps
- See Also:
-
getTimeZone
Description copied from interface:CfnHoursOfOperationProps
The time zone for the hours of operation.- Specified by:
getTimeZone
in interfaceCfnHoursOfOperationProps
- See Also:
-
getDescription
Description copied from interface:CfnHoursOfOperationProps
The description for the hours of operation.- Specified by:
getDescription
in interfaceCfnHoursOfOperationProps
- See Also:
-
getHoursOfOperationOverrides
Description copied from interface:CfnHoursOfOperationProps
One or more hours of operation overrides assigned to an hour of operation.- Specified by:
getHoursOfOperationOverrides
in interfaceCfnHoursOfOperationProps
- See Also:
-
getTags
Description copied from interface:CfnHoursOfOperationProps
The tags used to organize, track, or control access for this resource.For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTags
in interfaceCfnHoursOfOperationProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-