Class CfnAutomationRuleProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.computeoptimizer.CfnAutomationRuleProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAutomationRuleProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAutomationRuleProps
@Stability(Stable)
@Internal
public static final class CfnAutomationRuleProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAutomationRuleProps
An implementation for
CfnAutomationRuleProps-
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.computeoptimizer.CfnAutomationRuleProps
CfnAutomationRuleProps.Builder, CfnAutomationRuleProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnAutomationRuleProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAutomationRuleProps.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 ObjectReturns union: eitherIResolvableorCfnAutomationRule.CriteriaPropertyfinal StringThe description of the automation rule.final StringgetName()The name of the automation rule.final ObjectReturns union: eitherIResolvableorCfnAutomationRule.OrganizationConfigurationPropertyfinal StringRule priority within its group.The types of recommended actions this rule will implement.final StringThe type of automation rule.final ObjectReturns union: eitherIResolvableorCfnAutomationRule.SchedulePropertyfinal StringThe status of the automation rule.getTags()Tags associated with the automation rule.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 theCfnAutomationRuleProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnAutomationRulePropsThe name of the automation rule.- Specified by:
getNamein interfaceCfnAutomationRuleProps- See Also:
-
getRecommendedActionTypes
Description copied from interface:CfnAutomationRulePropsThe types of recommended actions this rule will implement.- Specified by:
getRecommendedActionTypesin interfaceCfnAutomationRuleProps- See Also:
-
getRuleType
Description copied from interface:CfnAutomationRulePropsThe type of automation rule.- Specified by:
getRuleTypein interfaceCfnAutomationRuleProps- See Also:
-
getSchedule
Description copied from interface:CfnAutomationRulePropsReturns union: eitherIResolvableorCfnAutomationRule.ScheduleProperty- Specified by:
getSchedulein interfaceCfnAutomationRuleProps- See Also:
-
getStatus
Description copied from interface:CfnAutomationRulePropsThe status of the automation rule.- Specified by:
getStatusin interfaceCfnAutomationRuleProps- See Also:
-
getCriteria
Description copied from interface:CfnAutomationRulePropsReturns union: eitherIResolvableorCfnAutomationRule.CriteriaProperty- Specified by:
getCriteriain interfaceCfnAutomationRuleProps- See Also:
-
getDescription
Description copied from interface:CfnAutomationRulePropsThe description of the automation rule.- Specified by:
getDescriptionin interfaceCfnAutomationRuleProps- See Also:
-
getOrganizationConfiguration
Description copied from interface:CfnAutomationRulePropsReturns union: eitherIResolvableorCfnAutomationRule.OrganizationConfigurationProperty- Specified by:
getOrganizationConfigurationin interfaceCfnAutomationRuleProps- See Also:
-
getPriority
Description copied from interface:CfnAutomationRulePropsRule priority within its group.- Specified by:
getPriorityin interfaceCfnAutomationRuleProps- See Also:
-
getTags
Description copied from interface:CfnAutomationRulePropsTags associated with the automation rule.- Specified by:
getTagsin interfaceCfnAutomationRuleProps- 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()
-