Class CfnWorkloadProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wellarchitected.CfnWorkloadProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkloadProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkloadProps
@Stability(Stable)
@Internal
public static final class CfnWorkloadProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkloadProps
An implementation for
CfnWorkloadProps-
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.wellarchitected.CfnWorkloadProps
CfnWorkloadProps.Builder, CfnWorkloadProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkloadProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkloadProps.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 booleanThe list of Amazon Web Services account IDs associated with the workload.final StringThe URL of the architectural design for the workload.The list of Amazon Web Services Regions associated with the workload.final StringThe description for the workload.final ObjectDiscovery configuration associated to the workload.final StringThe environment for the workload.final StringThe industry for the workload.final StringThe industry type for the workload.The list of lenses associated with the workload.The list of non-Amazon Web Services Regions associated with the workload.final StringgetNotes()The notes associated with the workload.final StringThe review owner of the workload.getTags()The tags associated with the workload.final StringThe name of the workload.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 theCfnWorkloadProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnWorkloadPropsThe description for the workload.- Specified by:
getDescriptionin interfaceCfnWorkloadProps- See Also:
-
getEnvironment
Description copied from interface:CfnWorkloadPropsThe environment for the workload.- Specified by:
getEnvironmentin interfaceCfnWorkloadProps- See Also:
-
getLenses
Description copied from interface:CfnWorkloadPropsThe list of lenses associated with the workload.- Specified by:
getLensesin interfaceCfnWorkloadProps- See Also:
-
getWorkloadName
Description copied from interface:CfnWorkloadPropsThe name of the workload.- Specified by:
getWorkloadNamein interfaceCfnWorkloadProps- See Also:
-
getAccountIds
Description copied from interface:CfnWorkloadPropsThe list of Amazon Web Services account IDs associated with the workload.- Specified by:
getAccountIdsin interfaceCfnWorkloadProps- See Also:
-
getArchitecturalDesign
Description copied from interface:CfnWorkloadPropsThe URL of the architectural design for the workload.- Specified by:
getArchitecturalDesignin interfaceCfnWorkloadProps- See Also:
-
getAwsRegions
Description copied from interface:CfnWorkloadPropsThe list of Amazon Web Services Regions associated with the workload.- Specified by:
getAwsRegionsin interfaceCfnWorkloadProps- See Also:
-
getDiscoveryConfig
Description copied from interface:CfnWorkloadPropsDiscovery configuration associated to the workload.Returns union: either
IResolvableorCfnWorkload.DiscoveryConfigProperty- Specified by:
getDiscoveryConfigin interfaceCfnWorkloadProps- See Also:
-
getIndustry
Description copied from interface:CfnWorkloadPropsThe industry for the workload.- Specified by:
getIndustryin interfaceCfnWorkloadProps- See Also:
-
getIndustryType
Description copied from interface:CfnWorkloadPropsThe industry type for the workload.- Specified by:
getIndustryTypein interfaceCfnWorkloadProps- See Also:
-
getNonAwsRegions
Description copied from interface:CfnWorkloadPropsThe list of non-Amazon Web Services Regions associated with the workload.- Specified by:
getNonAwsRegionsin interfaceCfnWorkloadProps- See Also:
-
getNotes
Description copied from interface:CfnWorkloadPropsThe notes associated with the workload.- Specified by:
getNotesin interfaceCfnWorkloadProps- See Also:
-
getReviewOwner
Description copied from interface:CfnWorkloadPropsThe review owner of the workload.- Specified by:
getReviewOwnerin interfaceCfnWorkloadProps- See Also:
-
getTags
Description copied from interface:CfnWorkloadPropsThe tags associated with the workload.- Specified by:
getTagsin interfaceCfnWorkloadProps- 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()
-