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