Class CfnFpgaImageMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnFpgaImageMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFpgaImageMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFpgaImageMixinProps
@Stability(Stable)
@Internal
public static final class CfnFpgaImageMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFpgaImageMixinProps
An implementation for
CfnFpgaImageMixinProps-
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.ec2.CfnFpgaImageMixinProps
CfnFpgaImageMixinProps.Builder, CfnFpgaImageMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFpgaImageMixinProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFpgaImageMixinProps.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 StringA description for the AFI.final ObjectDescribes a storage location in Amazon S3.final ObjectDescribes a storage location in Amazon S3.final StringgetName()A name for the AFI.getTags()The tags assigned to the FPGA image.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 theCfnFpgaImageMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnFpgaImageMixinPropsA description for the AFI.- Specified by:
getDescriptionin interfaceCfnFpgaImageMixinProps- See Also:
-
getInputStorageLocation
Description copied from interface:CfnFpgaImageMixinPropsDescribes a storage location in Amazon S3.Returns union: either
IResolvableorCfnFpgaImagePropsMixin.StorageLocationProperty- Specified by:
getInputStorageLocationin interfaceCfnFpgaImageMixinProps- See Also:
-
getLogsStorageLocation
Description copied from interface:CfnFpgaImageMixinPropsDescribes a storage location in Amazon S3.Returns union: either
IResolvableorCfnFpgaImagePropsMixin.StorageLocationProperty- Specified by:
getLogsStorageLocationin interfaceCfnFpgaImageMixinProps- See Also:
-
getName
Description copied from interface:CfnFpgaImageMixinPropsA name for the AFI.- Specified by:
getNamein interfaceCfnFpgaImageMixinProps- See Also:
-
getTags
Description copied from interface:CfnFpgaImageMixinPropsThe tags assigned to the FPGA image.- Specified by:
getTagsin interfaceCfnFpgaImageMixinProps- 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()
-