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