Class CfnConfigurationManager.StatusSummaryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmquicksetup.CfnConfigurationManager.StatusSummaryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationManager.StatusSummaryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationManager.StatusSummaryProperty
@Stability(Stable)
@Internal
public static final class CfnConfigurationManager.StatusSummaryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationManager.StatusSummaryProperty
An implementation for
CfnConfigurationManager.StatusSummaryProperty-
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.ssmquicksetup.CfnConfigurationManager.StatusSummaryProperty
CfnConfigurationManager.StatusSummaryProperty.Builder, CfnConfigurationManager.StatusSummaryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationManager.StatusSummaryProperty.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 datetime stamp when the status was last updated.final StringThe current status.final ObjectDetails about the status.final StringWhen applicable, returns an informational message relevant to the current status and status type of the status summary object.final StringThe type of a status summary.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 theCfnConfigurationManager.StatusSummaryProperty.Builder.
-
-
Method Details
-
getLastUpdatedAt
Description copied from interface:CfnConfigurationManager.StatusSummaryPropertyThe datetime stamp when the status was last updated.- Specified by:
getLastUpdatedAtin interfaceCfnConfigurationManager.StatusSummaryProperty- See Also:
-
getStatusType
Description copied from interface:CfnConfigurationManager.StatusSummaryPropertyThe type of a status summary.- Specified by:
getStatusTypein interfaceCfnConfigurationManager.StatusSummaryProperty- See Also:
-
getStatus
Description copied from interface:CfnConfigurationManager.StatusSummaryPropertyThe current status.- Specified by:
getStatusin interfaceCfnConfigurationManager.StatusSummaryProperty- See Also:
-
getStatusDetails
Description copied from interface:CfnConfigurationManager.StatusSummaryPropertyDetails about the status.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getStatusDetailsin interfaceCfnConfigurationManager.StatusSummaryProperty- See Also:
-
getStatusMessage
Description copied from interface:CfnConfigurationManager.StatusSummaryPropertyWhen applicable, returns an informational message relevant to the current status and status type of the status summary object.We don't recommend implementing parsing logic around this value since the messages returned can vary in format.
- Specified by:
getStatusMessagein interfaceCfnConfigurationManager.StatusSummaryProperty- 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()
-