Class CfnArtifactMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.securityagent.CfnArtifactMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnArtifactMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnArtifactMixinProps
@Stability(Stable)
@Internal
public static final class CfnArtifactMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnArtifactMixinProps
An implementation for
CfnArtifactMixinProps-
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.cfnpropertymixins.services.securityagent.CfnArtifactMixinProps
CfnArtifactMixinProps.Builder, CfnArtifactMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnArtifactMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnArtifactMixinProps.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 StringThe unique identifier of the agent space to add the artifact to.final StringThe binary content of the artifact to upload, encoded as a Base64 string.final StringThe file type of the artifact.final StringThe file name of the artifact.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 theCfnArtifactMixinProps.Builder.
-
-
Method Details
-
getAgentSpaceId
Description copied from interface:CfnArtifactMixinPropsThe unique identifier of the agent space to add the artifact to.- Specified by:
getAgentSpaceIdin interfaceCfnArtifactMixinProps- See Also:
-
getArtifactContent
Description copied from interface:CfnArtifactMixinPropsThe binary content of the artifact to upload, encoded as a Base64 string.- Specified by:
getArtifactContentin interfaceCfnArtifactMixinProps- See Also:
-
getArtifactType
Description copied from interface:CfnArtifactMixinPropsThe file type of the artifact.- Specified by:
getArtifactTypein interfaceCfnArtifactMixinProps- See Also:
-
getFileName
Description copied from interface:CfnArtifactMixinPropsThe file name of the artifact.- Specified by:
getFileNamein interfaceCfnArtifactMixinProps- 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()
-