Class StorageTransferJobTransferSpecObjectConditionsOutputReference
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.ComplexObject
-
- com.hashicorp.cdktf.providers.google.storage_transfer_job.StorageTransferJobTransferSpecObjectConditionsOutputReference
-
- All Implemented Interfaces:
com.hashicorp.cdktf.IInterpolatingParent,com.hashicorp.cdktf.IResolvable,com.hashicorp.cdktf.ITerraformAddressable,software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.896Z") @Stability(Stable) public class StorageTransferJobTransferSpecObjectConditionsOutputReference extends com.hashicorp.cdktf.ComplexObject
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.IInterpolatingParent
com.hashicorp.cdktf.IInterpolatingParent.Jsii$Default, com.hashicorp.cdktf.IInterpolatingParent.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description StorageTransferJobTransferSpecObjectConditionsOutputReference(com.hashicorp.cdktf.IInterpolatingParent terraformResource, String terraformAttribute)protectedStorageTransferJobTransferSpecObjectConditionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedStorageTransferJobTransferSpecObjectConditionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class com.hashicorp.cdktf.ComplexObject
computeFqn, getAnyMapAttribute, getBooleanAttribute, getBooleanMapAttribute, getComplexObjectIndex, getComplexObjectIsFromSet, getCreationStack, getFqn, getListAttribute, getNumberAttribute, getNumberListAttribute, getNumberMapAttribute, getStringAttribute, getStringMapAttribute, getTerraformAttribute, getTerraformResource, interpolationAsList, interpolationForAttribute, resolve, setComplexObjectIndex, setComplexObjectIndex, setComplexObjectIsFromSet, setTerraformAttribute, setTerraformResource, toString
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
StorageTransferJobTransferSpecObjectConditionsOutputReference
protected StorageTransferJobTransferSpecObjectConditionsOutputReference(software.amazon.jsii.JsiiObjectRef objRef)
-
StorageTransferJobTransferSpecObjectConditionsOutputReference
protected StorageTransferJobTransferSpecObjectConditionsOutputReference(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
StorageTransferJobTransferSpecObjectConditionsOutputReference
@Stability(Stable) public StorageTransferJobTransferSpecObjectConditionsOutputReference(@NotNull com.hashicorp.cdktf.IInterpolatingParent terraformResource, @NotNull String terraformAttribute)- Parameters:
terraformResource- The parent resource. This parameter is required.terraformAttribute- The attribute on the parent resource this class is referencing. This parameter is required.
-
-
Method Detail
-
resetExcludePrefixes
@Stability(Stable) public void resetExcludePrefixes()
-
resetIncludePrefixes
@Stability(Stable) public void resetIncludePrefixes()
-
resetLastModifiedBefore
@Stability(Stable) public void resetLastModifiedBefore()
-
resetLastModifiedSince
@Stability(Stable) public void resetLastModifiedSince()
-
resetMaxTimeElapsedSinceLastModification
@Stability(Stable) public void resetMaxTimeElapsedSinceLastModification()
-
resetMinTimeElapsedSinceLastModification
@Stability(Stable) public void resetMinTimeElapsedSinceLastModification()
-
getLastModifiedBeforeInput
@Stability(Stable) @Nullable public String getLastModifiedBeforeInput()
-
getLastModifiedSinceInput
@Stability(Stable) @Nullable public String getLastModifiedSinceInput()
-
getMaxTimeElapsedSinceLastModificationInput
@Stability(Stable) @Nullable public String getMaxTimeElapsedSinceLastModificationInput()
-
getMinTimeElapsedSinceLastModificationInput
@Stability(Stable) @Nullable public String getMinTimeElapsedSinceLastModificationInput()
-
getLastModifiedBefore
@Stability(Stable) @NotNull public String getLastModifiedBefore()
-
setLastModifiedBefore
@Stability(Stable) public void setLastModifiedBefore(@NotNull String value)
-
getLastModifiedSince
@Stability(Stable) @NotNull public String getLastModifiedSince()
-
setLastModifiedSince
@Stability(Stable) public void setLastModifiedSince(@NotNull String value)
-
getMaxTimeElapsedSinceLastModification
@Stability(Stable) @NotNull public String getMaxTimeElapsedSinceLastModification()
-
setMaxTimeElapsedSinceLastModification
@Stability(Stable) public void setMaxTimeElapsedSinceLastModification(@NotNull String value)
-
getMinTimeElapsedSinceLastModification
@Stability(Stable) @NotNull public String getMinTimeElapsedSinceLastModification()
-
setMinTimeElapsedSinceLastModification
@Stability(Stable) public void setMinTimeElapsedSinceLastModification(@NotNull String value)
-
getInternalValue
@Stability(Stable) @Nullable public StorageTransferJobTransferSpecObjectConditions getInternalValue()
-
setInternalValue
@Stability(Stable) public void setInternalValue(@Nullable StorageTransferJobTransferSpecObjectConditions value)
-
-