Class CfnApprovalTeamPropsMixin.ApproverProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.mpa.mixins.CfnApprovalTeamPropsMixin.ApproverProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnApprovalTeamPropsMixin.ApproverProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApprovalTeamPropsMixin.ApproverProperty
@Stability(Stable)
@Internal
public static final class CfnApprovalTeamPropsMixin.ApproverProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApprovalTeamPropsMixin.ApproverProperty
An implementation for
CfnApprovalTeamPropsMixin.ApproverProperty-
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.mixins.preview.services.mpa.mixins.CfnApprovalTeamPropsMixin.ApproverProperty
CfnApprovalTeamPropsMixin.ApproverProperty.Builder, CfnApprovalTeamPropsMixin.ApproverProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnApprovalTeamPropsMixin.ApproverProperty.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 StringID for the approver.final StringID for the user.final StringAmazon Resource Name (ARN) for the identity source.final StringStatus for the identity source.final StringTimestamp when the approver responded to an approval team invitation.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 theCfnApprovalTeamPropsMixin.ApproverProperty.Builder.
-
-
Method Details
-
getApproverId
Description copied from interface:CfnApprovalTeamPropsMixin.ApproverPropertyID for the approver.- Specified by:
getApproverIdin interfaceCfnApprovalTeamPropsMixin.ApproverProperty- See Also:
-
getPrimaryIdentityId
Description copied from interface:CfnApprovalTeamPropsMixin.ApproverPropertyID for the user.- Specified by:
getPrimaryIdentityIdin interfaceCfnApprovalTeamPropsMixin.ApproverProperty- See Also:
-
getPrimaryIdentitySourceArn
Description copied from interface:CfnApprovalTeamPropsMixin.ApproverPropertyAmazon Resource Name (ARN) for the identity source.The identity source manages the user authentication for approvers.
- Specified by:
getPrimaryIdentitySourceArnin interfaceCfnApprovalTeamPropsMixin.ApproverProperty- See Also:
-
getPrimaryIdentityStatus
Description copied from interface:CfnApprovalTeamPropsMixin.ApproverPropertyStatus for the identity source.For example, if an approver has accepted a team invitation with a user authentication method managed by the identity source.
- Specified by:
getPrimaryIdentityStatusin interfaceCfnApprovalTeamPropsMixin.ApproverProperty- See Also:
-
getResponseTime
Description copied from interface:CfnApprovalTeamPropsMixin.ApproverPropertyTimestamp when the approver responded to an approval team invitation.- Specified by:
getResponseTimein interfaceCfnApprovalTeamPropsMixin.ApproverProperty- 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()
-