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