Class CfnAutomationRule.DateFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.securityhub.CfnAutomationRule.DateFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAutomationRule.DateFilterProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutomationRule.DateFilterProperty
@Stability(Stable)
@Internal
public static final class CfnAutomationRule.DateFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAutomationRule.DateFilterProperty
An implementation for
CfnAutomationRule.DateFilterProperty
-
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.securityhub.CfnAutomationRule.DateFilterProperty
CfnAutomationRule.DateFilterProperty.Builder, CfnAutomationRule.DateFilterProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAutomationRule.DateFilterProperty.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 Object
A date range for the date filter.final String
getEnd()
A timestamp that provides the end date for the date filter.final String
getStart()
A timestamp that provides the start date for the date filter.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 theCfnAutomationRule.DateFilterProperty.Builder
.
-
-
Method Details
-
getDateRange
Description copied from interface:CfnAutomationRule.DateFilterProperty
A date range for the date filter.- Specified by:
getDateRange
in interfaceCfnAutomationRule.DateFilterProperty
- See Also:
-
getEnd
Description copied from interface:CfnAutomationRule.DateFilterProperty
A timestamp that provides the end date for the date filter.For more information about the validation and formatting of timestamp fields in AWS Security Hub , see Timestamps .
- Specified by:
getEnd
in interfaceCfnAutomationRule.DateFilterProperty
- See Also:
-
getStart
Description copied from interface:CfnAutomationRule.DateFilterProperty
A timestamp that provides the start date for the date filter.For more information about the validation and formatting of timestamp fields in AWS Security Hub , see Timestamps .
- Specified by:
getStart
in interfaceCfnAutomationRule.DateFilterProperty
- See Also:
-
$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()
-