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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.rolesanywhere.CfnTrustAnchorProps
CfnTrustAnchorProps.Builder, CfnTrustAnchorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnTrustAnchorProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnTrustAnchorProps.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 ObjectIndicates whether the trust anchor is enabled.final StringgetName()The name of the trust anchor.final ObjectThe trust anchor type and its related certificate data.getTags()The tags to attach to the trust anchor.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 theCfnTrustAnchorProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnTrustAnchorPropsThe name of the trust anchor.- Specified by:
getNamein interfaceCfnTrustAnchorProps
-
getSource
Description copied from interface:CfnTrustAnchorPropsThe trust anchor type and its related certificate data.- Specified by:
getSourcein interfaceCfnTrustAnchorProps
-
getEnabled
Description copied from interface:CfnTrustAnchorPropsIndicates whether the trust anchor is enabled.- Specified by:
getEnabledin interfaceCfnTrustAnchorProps
-
getTags
Description copied from interface:CfnTrustAnchorPropsThe tags to attach to the trust anchor.- Specified by:
getTagsin interfaceCfnTrustAnchorProps
-
$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()
-