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