Class CfnRefreshScheduleMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnRefreshScheduleMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnRefreshScheduleMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnRefreshScheduleMixinProps
@Stability(Stable)
@Internal
public static final class CfnRefreshScheduleMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnRefreshScheduleMixinProps
An implementation for
CfnRefreshScheduleMixinProps-
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.cfnpropertymixins.services.quicksight.CfnRefreshScheduleMixinProps
CfnRefreshScheduleMixinProps.Builder, CfnRefreshScheduleMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnRefreshScheduleMixinProps.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 StringThe AWS account ID of the account that you are creating a schedule in.final StringThe ID of the dataset that you are creating a refresh schedule for.final ObjectThe refresh schedule of a dataset.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 theCfnRefreshScheduleMixinProps.Builder.
-
-
Method Details
-
getAwsAccountId
Description copied from interface:CfnRefreshScheduleMixinPropsThe AWS account ID of the account that you are creating a schedule in.- Specified by:
getAwsAccountIdin interfaceCfnRefreshScheduleMixinProps- See Also:
-
getDataSetId
Description copied from interface:CfnRefreshScheduleMixinPropsThe ID of the dataset that you are creating a refresh schedule for.- Specified by:
getDataSetIdin interfaceCfnRefreshScheduleMixinProps- See Also:
-
getSchedule
Description copied from interface:CfnRefreshScheduleMixinPropsThe refresh schedule of a dataset.Returns union: either
IResolvableorCfnRefreshSchedulePropsMixin.RefreshScheduleMapProperty- Specified by:
getSchedulein interfaceCfnRefreshScheduleMixinProps- 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()
-