Class ListDevicePoolsRequest

    • Method Detail

      • arn

        public final String arn()

        The project ARN.

        Returns:
        The project ARN.
      • type

        public final DevicePoolType type()

        The device pools' type.

        Allowed values include:

        • CURATED: A device pool that is created and managed by AWS Device Farm.

        • PRIVATE: A device pool that is created and managed by the device pool developer.

        If the service returns an enum value that is not available in the current SDK version, type will return DevicePoolType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The device pools' type.

        Allowed values include:

        • CURATED: A device pool that is created and managed by AWS Device Farm.

        • PRIVATE: A device pool that is created and managed by the device pool developer.

        See Also:
        DevicePoolType
      • typeAsString

        public final String typeAsString()

        The device pools' type.

        Allowed values include:

        • CURATED: A device pool that is created and managed by AWS Device Farm.

        • PRIVATE: A device pool that is created and managed by the device pool developer.

        If the service returns an enum value that is not available in the current SDK version, type will return DevicePoolType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from typeAsString().

        Returns:
        The device pools' type.

        Allowed values include:

        • CURATED: A device pool that is created and managed by AWS Device Farm.

        • PRIVATE: A device pool that is created and managed by the device pool developer.

        See Also:
        DevicePoolType
      • nextToken

        public final String nextToken()

        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.

        Returns:
        An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object