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