Class DockerImageAssetInvalidationOptions.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecr.assets.DockerImageAssetInvalidationOptions.Jsii$Proxy
- All Implemented Interfaces:
DockerImageAssetInvalidationOptions
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
DockerImageAssetInvalidationOptions
@Stability(Stable)
@Internal
public static final class DockerImageAssetInvalidationOptions.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements DockerImageAssetInvalidationOptions
An implementation for
DockerImageAssetInvalidationOptions
-
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.ecr.assets.DockerImageAssetInvalidationOptions
DockerImageAssetInvalidationOptions.Builder, DockerImageAssetInvalidationOptions.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theDockerImageAssetInvalidationOptions.Builder
.protected
Jsii$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.JsonNode
final boolean
final Boolean
UsebuildArgs
while calculating the asset hash.final Boolean
UsebuildSecrets
while calculating the asset hash.final Boolean
UsebuildSsh
while calculating the asset hash.final Boolean
UseextraHash
while calculating the asset hash.final Boolean
getFile()
Usefile
while calculating the asset hash.final Boolean
UsenetworkMode
while calculating the asset hash.final Boolean
Useoutputs
while calculating the asset hash.final Boolean
Useplatform
while calculating the asset hash.final Boolean
UserepositoryName
while calculating the asset hash.final Boolean
Usetarget
while calculating the asset hash.final int
hashCode()
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 theDockerImageAssetInvalidationOptions.Builder
.
-
-
Method Details
-
getBuildArgs
Description copied from interface:DockerImageAssetInvalidationOptions
UsebuildArgs
while calculating the asset hash.Default: true
- Specified by:
getBuildArgs
in interfaceDockerImageAssetInvalidationOptions
-
getBuildSecrets
Description copied from interface:DockerImageAssetInvalidationOptions
UsebuildSecrets
while calculating the asset hash.Default: true
- Specified by:
getBuildSecrets
in interfaceDockerImageAssetInvalidationOptions
-
getBuildSsh
Description copied from interface:DockerImageAssetInvalidationOptions
UsebuildSsh
while calculating the asset hash.Default: true
- Specified by:
getBuildSsh
in interfaceDockerImageAssetInvalidationOptions
-
getExtraHash
Description copied from interface:DockerImageAssetInvalidationOptions
UseextraHash
while calculating the asset hash.Default: true
- Specified by:
getExtraHash
in interfaceDockerImageAssetInvalidationOptions
-
getFile
Description copied from interface:DockerImageAssetInvalidationOptions
Usefile
while calculating the asset hash.Default: true
- Specified by:
getFile
in interfaceDockerImageAssetInvalidationOptions
-
getNetworkMode
Description copied from interface:DockerImageAssetInvalidationOptions
UsenetworkMode
while calculating the asset hash.Default: true
- Specified by:
getNetworkMode
in interfaceDockerImageAssetInvalidationOptions
-
getOutputs
Description copied from interface:DockerImageAssetInvalidationOptions
Useoutputs
while calculating the asset hash.Default: true
- Specified by:
getOutputs
in interfaceDockerImageAssetInvalidationOptions
-
getPlatform
Description copied from interface:DockerImageAssetInvalidationOptions
Useplatform
while calculating the asset hash.Default: true
- Specified by:
getPlatform
in interfaceDockerImageAssetInvalidationOptions
-
getRepositoryName
Description copied from interface:DockerImageAssetInvalidationOptions
UserepositoryName
while calculating the asset hash.Default: true
- Specified by:
getRepositoryName
in interfaceDockerImageAssetInvalidationOptions
-
getTarget
Description copied from interface:DockerImageAssetInvalidationOptions
Usetarget
while calculating the asset hash.Default: true
- Specified by:
getTarget
in interfaceDockerImageAssetInvalidationOptions
-
$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()
-