Class CfnDevicePoolMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.mixins.preview.services.devicefarm.mixins.CfnDevicePoolMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDevicePoolMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDevicePoolMixinProps
@Stability(Stable)
@Internal
public static final class CfnDevicePoolMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDevicePoolMixinProps
An implementation for
CfnDevicePoolMixinProps-
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.CfnDevicePoolMixinProps
CfnDevicePoolMixinProps.Builder, CfnDevicePoolMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDevicePoolMixinProps.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 device pool's description.final NumberThe number of devices that Device Farm can add to your device pool.final StringgetName()The device pool's name.final StringThe ARN of the project for the device pool.final ObjectgetRules()The device pool's rules.getTags()An array of key-value pairs to apply to this resource.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 theCfnDevicePoolMixinProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnDevicePoolMixinPropsThe device pool's description.- Specified by:
getDescriptionin interfaceCfnDevicePoolMixinProps- See Also:
-
getMaxDevices
Description copied from interface:CfnDevicePoolMixinPropsThe number of devices that Device Farm can add to your device pool.Device Farm adds devices that are available and meet the criteria that you assign for the
rulesparameter. Depending on how many devices meet these constraints, your device pool might contain fewer devices than the value for this parameter.By specifying the maximum number of devices, you can control the costs that you incur by running tests.
- Specified by:
getMaxDevicesin interfaceCfnDevicePoolMixinProps- See Also:
-
getName
Description copied from interface:CfnDevicePoolMixinPropsThe device pool's name.- Specified by:
getNamein interfaceCfnDevicePoolMixinProps- See Also:
-
getProjectArn
Description copied from interface:CfnDevicePoolMixinPropsThe ARN of the project for the device pool.- Specified by:
getProjectArnin interfaceCfnDevicePoolMixinProps- See Also:
-
getRules
Description copied from interface:CfnDevicePoolMixinPropsThe device pool's rules.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDevicePoolPropsMixin.RuleProperty>- Specified by:
getRulesin interfaceCfnDevicePoolMixinProps- See Also:
-
getTags
Description copied from interface:CfnDevicePoolMixinPropsAn array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- Specified by:
getTagsin interfaceCfnDevicePoolMixinProps- 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()
-