Class CfnMessageTemplate.MessageTemplateAttachmentProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wisdom.CfnMessageTemplate.MessageTemplateAttachmentProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnMessageTemplate.MessageTemplateAttachmentProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnMessageTemplate.MessageTemplateAttachmentProperty
@Stability(Stable)
@Internal
public static final class CfnMessageTemplate.MessageTemplateAttachmentProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnMessageTemplate.MessageTemplateAttachmentProperty
An implementation for
CfnMessageTemplate.MessageTemplateAttachmentProperty
-
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.wisdom.CfnMessageTemplate.MessageTemplateAttachmentProperty
CfnMessageTemplate.MessageTemplateAttachmentProperty.Builder, CfnMessageTemplate.MessageTemplateAttachmentProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnMessageTemplate.MessageTemplateAttachmentProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnMessageTemplate.MessageTemplateAttachmentProperty.Builder
.
-
-
Method Details
-
getAttachmentName
Description copied from interface:CfnMessageTemplate.MessageTemplateAttachmentProperty
The name of the attachment file being uploaded.The name should include the file extension.
- Specified by:
getAttachmentName
in interfaceCfnMessageTemplate.MessageTemplateAttachmentProperty
- See Also:
-
getS3PresignedUrl
Description copied from interface:CfnMessageTemplate.MessageTemplateAttachmentProperty
The S3 Presigned URL for the attachment file.When generating the PreSignedUrl, please ensure that the expires-in time is set to 30 minutes. The URL can be generated through the AWS Console or through the AWS CLI (https://docs.aws.amazon.com/AmazonS3/latest/userguide/ShareObjectPreSignedURL.html).
- Specified by:
getS3PresignedUrl
in interfaceCfnMessageTemplate.MessageTemplateAttachmentProperty
- See Also:
-
getAttachmentId
Description copied from interface:CfnMessageTemplate.MessageTemplateAttachmentProperty
The identifier of the attachment file.- Specified by:
getAttachmentId
in interfaceCfnMessageTemplate.MessageTemplateAttachmentProperty
- 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()
-