Class CfnTestGridProjectMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.devicefarm.mixins.CfnTestGridProjectMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnTestGridProjectMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnTestGridProjectMixinProps
@Stability(Stable)
@Internal
public static final class CfnTestGridProjectMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnTestGridProjectMixinProps
An implementation for
CfnTestGridProjectMixinProps-
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.mixins.preview.services.devicefarm.mixins.CfnTestGridProjectMixinProps
CfnTestGridProjectMixinProps.Builder, CfnTestGridProjectMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnTestGridProjectMixinProps.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 StringA human-readable description for the project.final StringgetName()A human-readable name for the project.getTags()An array of key-value pairs to apply to this resource.final ObjectThe VPC security groups and subnets that are attached to a project.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 theCfnTestGridProjectMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnTestGridProjectMixinPropsA human-readable description for the project.- Specified by:
getDescriptionin interfaceCfnTestGridProjectMixinProps- See Also:
-
getName
Description copied from interface:CfnTestGridProjectMixinPropsA human-readable name for the project.- Specified by:
getNamein interfaceCfnTestGridProjectMixinProps- See Also:
-
getTags
Description copied from interface:CfnTestGridProjectMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- Specified by:
getTagsin interfaceCfnTestGridProjectMixinProps- See Also:
-
getVpcConfig
Description copied from interface:CfnTestGridProjectMixinPropsThe VPC security groups and subnets that are attached to a project.Returns union: either
IResolvableorCfnTestGridProjectPropsMixin.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnTestGridProjectMixinProps- 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()
-