Class CfnAgentStatusMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.connect.CfnAgentStatusMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAgentStatusMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAgentStatusMixinProps
@Stability(Stable)
@Internal
public static final class CfnAgentStatusMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAgentStatusMixinProps
An implementation for
CfnAgentStatusMixinProps-
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.cfnpropertymixins.services.connect.CfnAgentStatusMixinProps
CfnAgentStatusMixinProps.Builder, CfnAgentStatusMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAgentStatusMixinProps.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 description of the agent status.final NumberThe display order of the agent status.final StringThe Amazon Resource Name (ARN) of the instance.final StringgetName()The name of the agent status.final ObjectA number indicating the reset order of the agent status.final StringgetState()The state of the agent status.getTags()The tags used to organize, track, or control access for this resource.final StringgetType()The type of agent status.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 theCfnAgentStatusMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnAgentStatusMixinPropsThe description of the agent status.- Specified by:
getDescriptionin interfaceCfnAgentStatusMixinProps- See Also:
-
getDisplayOrder
Description copied from interface:CfnAgentStatusMixinPropsThe display order of the agent status.- Specified by:
getDisplayOrderin interfaceCfnAgentStatusMixinProps- See Also:
-
getInstanceArn
Description copied from interface:CfnAgentStatusMixinPropsThe Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArnin interfaceCfnAgentStatusMixinProps- See Also:
-
getName
Description copied from interface:CfnAgentStatusMixinPropsThe name of the agent status.- Specified by:
getNamein interfaceCfnAgentStatusMixinProps- See Also:
-
getResetOrderNumber
Description copied from interface:CfnAgentStatusMixinPropsA number indicating the reset order of the agent status.Returns union: either
BooleanorIResolvable- Specified by:
getResetOrderNumberin interfaceCfnAgentStatusMixinProps- See Also:
-
getState
Description copied from interface:CfnAgentStatusMixinPropsThe state of the agent status.- Specified by:
getStatein interfaceCfnAgentStatusMixinProps- See Also:
-
getTags
Description copied from interface:CfnAgentStatusMixinPropsThe tags used to organize, track, or control access for this resource.For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTagsin interfaceCfnAgentStatusMixinProps- See Also:
-
getType
Description copied from interface:CfnAgentStatusMixinPropsThe type of agent status.- Specified by:
getTypein interfaceCfnAgentStatusMixinProps- 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()
-