Class CfnTrustAnchorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rolesanywhere.CfnTrustAnchorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTrustAnchorProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrustAnchorProps
@Stability(Stable)
@Internal
public static final class CfnTrustAnchorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrustAnchorProps
An implementation for
CfnTrustAnchorProps
-
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.rolesanywhere.CfnTrustAnchorProps
CfnTrustAnchorProps.Builder, CfnTrustAnchorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnTrustAnchorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTrustAnchorProps.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 Object
Indicates whether the trust anchor is enabled.final String
getName()
The name of the trust anchor.final Object
The trust anchor type and its related certificate data.getTags()
The tags to attach to the trust anchor.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 theCfnTrustAnchorProps.Builder
.
-
-
Method Details
-
getName
Description copied from interface:CfnTrustAnchorProps
The name of the trust anchor.- Specified by:
getName
in interfaceCfnTrustAnchorProps
-
getSource
Description copied from interface:CfnTrustAnchorProps
The trust anchor type and its related certificate data.- Specified by:
getSource
in interfaceCfnTrustAnchorProps
-
getEnabled
Description copied from interface:CfnTrustAnchorProps
Indicates whether the trust anchor is enabled.- Specified by:
getEnabled
in interfaceCfnTrustAnchorProps
-
getTags
Description copied from interface:CfnTrustAnchorProps
The tags to attach to the trust anchor.- Specified by:
getTags
in interfaceCfnTrustAnchorProps
-
$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()
-