Class CfnRule.CaseSlaConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.connect.CfnRule.CaseSlaConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnRule.CaseSlaConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRule.CaseSlaConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnRule.CaseSlaConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRule.CaseSlaConfigurationProperty
An implementation for
CfnRule.CaseSlaConfigurationProperty-
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.CfnRule.CaseSlaConfigurationProperty
CfnRule.CaseSlaConfigurationProperty.Builder, CfnRule.CaseSlaConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRule.CaseSlaConfigurationProperty.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 StringThe field Id for the SLA.final StringgetName()The name of the SLA.final ObjectThe target field values for the SLA.final NumberThe target SLA time in minutes.final StringgetType()The type of SLA.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 theCfnRule.CaseSlaConfigurationProperty.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnRule.CaseSlaConfigurationPropertyThe name of the SLA.- Specified by:
getNamein interfaceCfnRule.CaseSlaConfigurationProperty- See Also:
-
getTargetSlaMinutes
Description copied from interface:CfnRule.CaseSlaConfigurationPropertyThe target SLA time in minutes.- Specified by:
getTargetSlaMinutesin interfaceCfnRule.CaseSlaConfigurationProperty- See Also:
-
getType
Description copied from interface:CfnRule.CaseSlaConfigurationPropertyThe type of SLA.- Specified by:
getTypein interfaceCfnRule.CaseSlaConfigurationProperty- See Also:
-
getFieldId
Description copied from interface:CfnRule.CaseSlaConfigurationPropertyThe field Id for the SLA.- Specified by:
getFieldIdin interfaceCfnRule.CaseSlaConfigurationProperty- See Also:
-
getTargetFieldValues
Description copied from interface:CfnRule.CaseSlaConfigurationPropertyThe target field values for the SLA.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnRule.SlaTargetFieldValueProperty>- Specified by:
getTargetFieldValuesin interfaceCfnRule.CaseSlaConfigurationProperty- 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()
-