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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.connect.CfnAgentStatusProps
CfnAgentStatusProps.Builder, CfnAgentStatusProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnAgentStatusProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAgentStatusProps.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 String
The description of the agent status.final Number
The display order of the agent status.final String
The Amazon Resource Name (ARN) of the instance.final String
getName()
The name of the agent status.final Object
A number indicating the reset order of the agent status.final String
getState()
The state of the agent status.getTags()
The tags used to organize, track, or control access for this resource.final String
getType()
The type of agent status.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 theCfnAgentStatusProps.Builder
.
-
-
Method Details
-
getInstanceArn
Description copied from interface:CfnAgentStatusProps
The Amazon Resource Name (ARN) of the instance.- Specified by:
getInstanceArn
in interfaceCfnAgentStatusProps
- See Also:
-
getName
Description copied from interface:CfnAgentStatusProps
The name of the agent status.- Specified by:
getName
in interfaceCfnAgentStatusProps
- See Also:
-
getState
Description copied from interface:CfnAgentStatusProps
The state of the agent status.- Specified by:
getState
in interfaceCfnAgentStatusProps
- See Also:
-
getDescription
Description copied from interface:CfnAgentStatusProps
The description of the agent status.- Specified by:
getDescription
in interfaceCfnAgentStatusProps
- See Also:
-
getDisplayOrder
Description copied from interface:CfnAgentStatusProps
The display order of the agent status.- Specified by:
getDisplayOrder
in interfaceCfnAgentStatusProps
- See Also:
-
getResetOrderNumber
Description copied from interface:CfnAgentStatusProps
A number indicating the reset order of the agent status.- Specified by:
getResetOrderNumber
in interfaceCfnAgentStatusProps
- See Also:
-
getTags
Description copied from interface:CfnAgentStatusProps
The tags used to organize, track, or control access for this resource.For example, { "Tags": {"key1":"value1", "key2":"value2"} }.
- Specified by:
getTags
in interfaceCfnAgentStatusProps
- See Also:
-
getType
Description copied from interface:CfnAgentStatusProps
The type of agent status.- Specified by:
getType
in interfaceCfnAgentStatusProps
- 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()
-