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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.devicefarm.CfnDevicePoolProps
CfnDevicePoolProps.Builder, CfnDevicePoolProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDevicePoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDevicePoolProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The device pool's description.final Number
The number of devices that Device Farm can add to your device pool.final String
getName()
The device pool's name.final String
The ARN of the project for the device pool.final Object
getRules()
The device pool's rules.getTags()
An array of key-value pairs to apply to this resource.final int
hashCode()
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:CfnDevicePoolProps
The device pool's name.- Specified by:
getName
in interfaceCfnDevicePoolProps
- See Also:
-
getProjectArn
Description copied from interface:CfnDevicePoolProps
The ARN of the project for the device pool.- Specified by:
getProjectArn
in interfaceCfnDevicePoolProps
- See Also:
-
getRules
Description copied from interface:CfnDevicePoolProps
The device pool's rules.- Specified by:
getRules
in interfaceCfnDevicePoolProps
- See Also:
-
getDescription
Description copied from interface:CfnDevicePoolProps
The device pool's description.- Specified by:
getDescription
in interfaceCfnDevicePoolProps
- See Also:
-
getMaxDevices
Description copied from interface:CfnDevicePoolProps
The 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
rules
parameter. 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:
getMaxDevices
in interfaceCfnDevicePoolProps
- See Also:
-
getTags
Description copied from interface:CfnDevicePoolProps
An array of key-value pairs to apply to this resource.For more information, see Tag in the guide .
- Specified by:
getTags
in interfaceCfnDevicePoolProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-