Class CfnTopic.TopicRelativeDateFilterProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.quicksight.CfnTopic.TopicRelativeDateFilterProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnTopic.TopicRelativeDateFilterProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTopic.TopicRelativeDateFilterProperty
@Stability(Stable)
@Internal
public static final class CfnTopic.TopicRelativeDateFilterProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTopic.TopicRelativeDateFilterProperty
An implementation for
CfnTopic.TopicRelativeDateFilterProperty-
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.quicksight.CfnTopic.TopicRelativeDateFilterProperty
CfnTopic.TopicRelativeDateFilterProperty.Builder, CfnTopic.TopicRelativeDateFilterProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTopic.TopicRelativeDateFilterProperty.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 ObjectThe constant used in a relative date filter.final StringThe function to be used in a relative date filter to determine the range of dates to include in the results.final StringThe level of time precision that is used to aggregateDateTimevalues.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 theCfnTopic.TopicRelativeDateFilterProperty.Builder.
-
-
Method Details
-
getConstant
Description copied from interface:CfnTopic.TopicRelativeDateFilterPropertyThe constant used in a relative date filter.- Specified by:
getConstantin interfaceCfnTopic.TopicRelativeDateFilterProperty- See Also:
-
getRelativeDateFilterFunction
Description copied from interface:CfnTopic.TopicRelativeDateFilterPropertyThe function to be used in a relative date filter to determine the range of dates to include in the results.Valid values for this structure are
BEFORE,AFTER, andBETWEEN.- Specified by:
getRelativeDateFilterFunctionin interfaceCfnTopic.TopicRelativeDateFilterProperty- See Also:
-
getTimeGranularity
Description copied from interface:CfnTopic.TopicRelativeDateFilterPropertyThe level of time precision that is used to aggregateDateTimevalues.- Specified by:
getTimeGranularityin interfaceCfnTopic.TopicRelativeDateFilterProperty- 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()
-