Class CfnDevicePoolProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.devicefarm.CfnDevicePoolProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnDevicePoolProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDevicePoolProps
@Stability(Stable)
@Internal
public static final class CfnDevicePoolProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDevicePoolProps
An implementation for 
CfnDevicePoolProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.devicefarm.CfnDevicePoolPropsCfnDevicePoolProps.Builder, CfnDevicePoolProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDevicePoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDevicePoolProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier 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.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDevicePoolProps.Builder.
 
- 
- 
Method Details- 
getNameDescription copied from interface:CfnDevicePoolPropsThe device pool's name.- Specified by:
- getNamein interface- CfnDevicePoolProps
- See Also:
 
- 
getProjectArnDescription copied from interface:CfnDevicePoolPropsThe ARN of the project for the device pool.- Specified by:
- getProjectArnin interface- CfnDevicePoolProps
- See Also:
 
- 
getRulesDescription copied from interface:CfnDevicePoolPropsThe device pool's rules.Returns union: either IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDevicePool.RuleProperty>- Specified by:
- getRulesin interface- CfnDevicePoolProps
- See Also:
 
- 
getDescriptionDescription copied from interface:CfnDevicePoolPropsThe device pool's description.- Specified by:
- getDescriptionin interface- CfnDevicePoolProps
- See Also:
 
- 
getMaxDevicesDescription copied from interface:CfnDevicePoolPropsThe 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 interface- CfnDevicePoolProps
- See Also:
 
- 
getTagsDescription copied from interface:CfnDevicePoolPropsAn array of key-value pairs to apply to this resource.For more information, see Tag in the guide . - Specified by:
- getTagsin interface- CfnDevicePoolProps
- See Also:
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-