Class CfnCodeSecurityIntegrationProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.inspectorv2.CfnCodeSecurityIntegrationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnCodeSecurityIntegrationProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCodeSecurityIntegrationProps
@Stability(Stable)
@Internal
public static final class CfnCodeSecurityIntegrationProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCodeSecurityIntegrationProps
An implementation for
CfnCodeSecurityIntegrationProps
-
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.inspectorv2.CfnCodeSecurityIntegrationProps
CfnCodeSecurityIntegrationProps.Builder, CfnCodeSecurityIntegrationProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnCodeSecurityIntegrationProps.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 required to create a code security integration with a specific repository provider.final String
getName()
The name of the code security integration.getTags()
The tags to apply to the code security integration.final String
getType()
The type of repository provider for the integration.final Object
The updated integration details specific to the repository provider type.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 theCfnCodeSecurityIntegrationProps.Builder
.
-
-
Method Details
-
getCreateIntegrationDetails
Description copied from interface:CfnCodeSecurityIntegrationProps
Contains details required to create a code security integration with a specific repository provider.- Specified by:
getCreateIntegrationDetails
in interfaceCfnCodeSecurityIntegrationProps
- See Also:
-
getName
Description copied from interface:CfnCodeSecurityIntegrationProps
The name of the code security integration.- Specified by:
getName
in interfaceCfnCodeSecurityIntegrationProps
- See Also:
-
getTags
Description copied from interface:CfnCodeSecurityIntegrationProps
The tags to apply to the code security integration.- Specified by:
getTags
in interfaceCfnCodeSecurityIntegrationProps
- See Also:
-
getType
Description copied from interface:CfnCodeSecurityIntegrationProps
The type of repository provider for the integration.- Specified by:
getType
in interfaceCfnCodeSecurityIntegrationProps
- See Also:
-
getUpdateIntegrationDetails
Description copied from interface:CfnCodeSecurityIntegrationProps
The updated integration details specific to the repository provider type.- Specified by:
getUpdateIntegrationDetails
in interfaceCfnCodeSecurityIntegrationProps
- 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()
-