Class CfnApprovalTeamProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.mpa.CfnApprovalTeamProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApprovalTeamProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApprovalTeamProps
@Stability(Stable)
@Internal
public static final class CfnApprovalTeamProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnApprovalTeamProps
An implementation for
CfnApprovalTeamProps
-
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.mpa.CfnApprovalTeamProps
CfnApprovalTeamProps.Builder, CfnApprovalTeamProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnApprovalTeamProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApprovalTeamProps.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
Contains details for how an approval team grants approval.final Object
Contains details for an approver.final String
Description for the team.final String
getName()
Name of the team.final Object
Contains details for a policy.getTags()
Tags that you have added to the specified resource.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 theCfnApprovalTeamProps.Builder
.
-
-
Method Details
-
getApprovalStrategy
Description copied from interface:CfnApprovalTeamProps
Contains details for how an approval team grants approval.- Specified by:
getApprovalStrategy
in interfaceCfnApprovalTeamProps
- See Also:
-
getApprovers
Description copied from interface:CfnApprovalTeamProps
Contains details for an approver.- Specified by:
getApprovers
in interfaceCfnApprovalTeamProps
- See Also:
-
getDescription
Description copied from interface:CfnApprovalTeamProps
Description for the team.- Specified by:
getDescription
in interfaceCfnApprovalTeamProps
- See Also:
-
getName
Description copied from interface:CfnApprovalTeamProps
Name of the team.- Specified by:
getName
in interfaceCfnApprovalTeamProps
- See Also:
-
getPolicies
Description copied from interface:CfnApprovalTeamProps
Contains details for a policy.Policies define what operations a team that define the permissions for team resources.
- Specified by:
getPolicies
in interfaceCfnApprovalTeamProps
- See Also:
-
getTags
Description copied from interface:CfnApprovalTeamProps
Tags that you have added to the specified resource.- Specified by:
getTags
in interfaceCfnApprovalTeamProps
- 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()
-