Class BatchJobStateChange.BatchJobStateChangeItem.Jsii$Proxy
- All Implemented Interfaces:
BatchJobStateChange.BatchJobStateChangeItem,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BatchJobStateChange.BatchJobStateChangeItem
BatchJobStateChange.BatchJobStateChangeItem-
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.mixins.preview.services.batch.events.BatchJobStateChange.BatchJobStateChangeItem
BatchJobStateChange.BatchJobStateChangeItem.Builder, BatchJobStateChange.BatchJobStateChangeItem.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBatchJobStateChange.BatchJobStateChangeItem.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 boolean(experimental) container property.(experimental) startedAt property.(experimental) statusReason property.(experimental) stoppedAt property.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 theBatchJobStateChange.BatchJobStateChangeItem.Builder.
-
-
Method Details
-
getContainer
Description copied from interface:BatchJobStateChange.BatchJobStateChangeItem(experimental) container property.Specify an array of string values to match this event if the actual value of container is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getContainerin interfaceBatchJobStateChange.BatchJobStateChangeItem
-
getStartedAt
Description copied from interface:BatchJobStateChange.BatchJobStateChangeItem(experimental) startedAt property.Specify an array of string values to match this event if the actual value of startedAt is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getStartedAtin interfaceBatchJobStateChange.BatchJobStateChangeItem
-
getStatusReason
Description copied from interface:BatchJobStateChange.BatchJobStateChangeItem(experimental) statusReason property.Specify an array of string values to match this event if the actual value of statusReason is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getStatusReasonin interfaceBatchJobStateChange.BatchJobStateChangeItem
-
getStoppedAt
Description copied from interface:BatchJobStateChange.BatchJobStateChangeItem(experimental) stoppedAt property.Specify an array of string values to match this event if the actual value of stoppedAt is one of the values in the array. Use one of the constructors on the
aws_events.Matchfor more advanced matching options.Default: - Do not filter on this field
- Specified by:
getStoppedAtin interfaceBatchJobStateChange.BatchJobStateChangeItem
-
$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()
-