Class CfnTrustStoreRevocation.TrustStoreRevocationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.elasticloadbalancingv2.CfnTrustStoreRevocation.TrustStoreRevocationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTrustStoreRevocation.TrustStoreRevocationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTrustStoreRevocation.TrustStoreRevocationProperty
@Stability(Stable)
@Internal
public static final class CfnTrustStoreRevocation.TrustStoreRevocationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTrustStoreRevocation.TrustStoreRevocationProperty
An implementation for
CfnTrustStoreRevocation.TrustStoreRevocationProperty
-
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.elasticloadbalancingv2.CfnTrustStoreRevocation.TrustStoreRevocationProperty
CfnTrustStoreRevocation.TrustStoreRevocationProperty.Builder, CfnTrustStoreRevocation.TrustStoreRevocationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnTrustStoreRevocation.TrustStoreRevocationProperty.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 Number
The number of revoked certificates.final String
The revocation ID of the revocation file.final String
The type of revocation file.final String
The Amazon Resource Name (ARN) of the trust store.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 theCfnTrustStoreRevocation.TrustStoreRevocationProperty.Builder
.
-
-
Method Details
-
getNumberOfRevokedEntries
Description copied from interface:CfnTrustStoreRevocation.TrustStoreRevocationProperty
The number of revoked certificates.- Specified by:
getNumberOfRevokedEntries
in interfaceCfnTrustStoreRevocation.TrustStoreRevocationProperty
- See Also:
-
getRevocationId
Description copied from interface:CfnTrustStoreRevocation.TrustStoreRevocationProperty
The revocation ID of the revocation file.- Specified by:
getRevocationId
in interfaceCfnTrustStoreRevocation.TrustStoreRevocationProperty
- See Also:
-
getRevocationType
Description copied from interface:CfnTrustStoreRevocation.TrustStoreRevocationProperty
The type of revocation file.- Specified by:
getRevocationType
in interfaceCfnTrustStoreRevocation.TrustStoreRevocationProperty
- See Also:
-
getTrustStoreArn
Description copied from interface:CfnTrustStoreRevocation.TrustStoreRevocationProperty
The Amazon Resource Name (ARN) of the trust store.- Specified by:
getTrustStoreArn
in interfaceCfnTrustStoreRevocation.TrustStoreRevocationProperty
- 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()
-