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 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.CfnDevicePoolProps
CfnDevicePoolProps.Builder, CfnDevicePoolProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$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 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 theCfnDevicePoolProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnDevicePoolPropsThe device pool's name.- Specified by:
getNamein interfaceCfnDevicePoolProps- See Also:
-
getProjectArn
Description copied from interface:CfnDevicePoolPropsThe ARN of the project for the device pool.- Specified by:
getProjectArnin interfaceCfnDevicePoolProps- See Also:
-
getRules
Description copied from interface:CfnDevicePoolPropsThe device pool's rules.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnDevicePool.RuleProperty>- Specified by:
getRulesin interfaceCfnDevicePoolProps- See Also:
-
getDescription
Description copied from interface:CfnDevicePoolPropsThe device pool's description.- Specified by:
getDescriptionin interfaceCfnDevicePoolProps- See Also:
-
getMaxDevices
Description 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 interfaceCfnDevicePoolProps- See Also:
-
getTags
Description 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 interfaceCfnDevicePoolProps- 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()
-