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