/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents information about the remote access session.See
* Also:
AWS
* API Reference
The Amazon Resource Name (ARN) of the remote access session.
*/ inline const Aws::String& GetArn() const{ return m_arn; } /** *The Amazon Resource Name (ARN) of the remote access session.
*/ inline bool ArnHasBeenSet() const { return m_arnHasBeenSet; } /** *The Amazon Resource Name (ARN) of the remote access session.
*/ inline void SetArn(const Aws::String& value) { m_arnHasBeenSet = true; m_arn = value; } /** *The Amazon Resource Name (ARN) of the remote access session.
*/ inline void SetArn(Aws::String&& value) { m_arnHasBeenSet = true; m_arn = std::move(value); } /** *The Amazon Resource Name (ARN) of the remote access session.
*/ inline void SetArn(const char* value) { m_arnHasBeenSet = true; m_arn.assign(value); } /** *The Amazon Resource Name (ARN) of the remote access session.
*/ inline RemoteAccessSession& WithArn(const Aws::String& value) { SetArn(value); return *this;} /** *The Amazon Resource Name (ARN) of the remote access session.
*/ inline RemoteAccessSession& WithArn(Aws::String&& value) { SetArn(std::move(value)); return *this;} /** *The Amazon Resource Name (ARN) of the remote access session.
*/ inline RemoteAccessSession& WithArn(const char* value) { SetArn(value); return *this;} /** *The name of the remote access session.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the remote access session.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the remote access session.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the remote access session.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the remote access session.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the remote access session.
*/ inline RemoteAccessSession& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the remote access session.
*/ inline RemoteAccessSession& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the remote access session.
*/ inline RemoteAccessSession& WithName(const char* value) { SetName(value); return *this;} /** *The date and time the remote access session was created.
*/ inline const Aws::Utils::DateTime& GetCreated() const{ return m_created; } /** *The date and time the remote access session was created.
*/ inline bool CreatedHasBeenSet() const { return m_createdHasBeenSet; } /** *The date and time the remote access session was created.
*/ inline void SetCreated(const Aws::Utils::DateTime& value) { m_createdHasBeenSet = true; m_created = value; } /** *The date and time the remote access session was created.
*/ inline void SetCreated(Aws::Utils::DateTime&& value) { m_createdHasBeenSet = true; m_created = std::move(value); } /** *The date and time the remote access session was created.
*/ inline RemoteAccessSession& WithCreated(const Aws::Utils::DateTime& value) { SetCreated(value); return *this;} /** *The date and time the remote access session was created.
*/ inline RemoteAccessSession& WithCreated(Aws::Utils::DateTime&& value) { SetCreated(std::move(value)); return *this;} /** *The status of the remote access session. Can be any of the following:
*PENDING.
PENDING_CONCURRENCY.
PENDING_DEVICE.
PROCESSING.
SCHEDULING.
PREPARING.
RUNNING.
COMPLETED.
STOPPING.
The status of the remote access session. Can be any of the following:
*PENDING.
PENDING_CONCURRENCY.
PENDING_DEVICE.
PROCESSING.
SCHEDULING.
PREPARING.
RUNNING.
COMPLETED.
STOPPING.
The status of the remote access session. Can be any of the following:
*PENDING.
PENDING_CONCURRENCY.
PENDING_DEVICE.
PROCESSING.
SCHEDULING.
PREPARING.
RUNNING.
COMPLETED.
STOPPING.
The status of the remote access session. Can be any of the following:
*PENDING.
PENDING_CONCURRENCY.
PENDING_DEVICE.
PROCESSING.
SCHEDULING.
PREPARING.
RUNNING.
COMPLETED.
STOPPING.
The status of the remote access session. Can be any of the following:
*PENDING.
PENDING_CONCURRENCY.
PENDING_DEVICE.
PROCESSING.
SCHEDULING.
PREPARING.
RUNNING.
COMPLETED.
STOPPING.
The status of the remote access session. Can be any of the following:
*PENDING.
PENDING_CONCURRENCY.
PENDING_DEVICE.
PROCESSING.
SCHEDULING.
PREPARING.
RUNNING.
COMPLETED.
STOPPING.
The result of the remote access session. Can be any of the following:
*PENDING.
PASSED.
WARNED.
*FAILED.
SKIPPED.
ERRORED.
*STOPPED.
The result of the remote access session. Can be any of the following:
*PENDING.
PASSED.
WARNED.
*FAILED.
SKIPPED.
ERRORED.
*STOPPED.
The result of the remote access session. Can be any of the following:
*PENDING.
PASSED.
WARNED.
*FAILED.
SKIPPED.
ERRORED.
*STOPPED.
The result of the remote access session. Can be any of the following:
*PENDING.
PASSED.
WARNED.
*FAILED.
SKIPPED.
ERRORED.
*STOPPED.
The result of the remote access session. Can be any of the following:
*PENDING.
PASSED.
WARNED.
*FAILED.
SKIPPED.
ERRORED.
*STOPPED.
The result of the remote access session. Can be any of the following:
*PENDING.
PASSED.
WARNED.
*FAILED.
SKIPPED.
ERRORED.
*STOPPED.
A message about the remote access session.
*/ inline const Aws::String& GetMessage() const{ return m_message; } /** *A message about the remote access session.
*/ inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; } /** *A message about the remote access session.
*/ inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; } /** *A message about the remote access session.
*/ inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); } /** *A message about the remote access session.
*/ inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); } /** *A message about the remote access session.
*/ inline RemoteAccessSession& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} /** *A message about the remote access session.
*/ inline RemoteAccessSession& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;} /** *A message about the remote access session.
*/ inline RemoteAccessSession& WithMessage(const char* value) { SetMessage(value); return *this;} /** *The date and time the remote access session was started.
*/ inline const Aws::Utils::DateTime& GetStarted() const{ return m_started; } /** *The date and time the remote access session was started.
*/ inline bool StartedHasBeenSet() const { return m_startedHasBeenSet; } /** *The date and time the remote access session was started.
*/ inline void SetStarted(const Aws::Utils::DateTime& value) { m_startedHasBeenSet = true; m_started = value; } /** *The date and time the remote access session was started.
*/ inline void SetStarted(Aws::Utils::DateTime&& value) { m_startedHasBeenSet = true; m_started = std::move(value); } /** *The date and time the remote access session was started.
*/ inline RemoteAccessSession& WithStarted(const Aws::Utils::DateTime& value) { SetStarted(value); return *this;} /** *The date and time the remote access session was started.
*/ inline RemoteAccessSession& WithStarted(Aws::Utils::DateTime&& value) { SetStarted(std::move(value)); return *this;} /** *The date and time the remote access session was stopped.
*/ inline const Aws::Utils::DateTime& GetStopped() const{ return m_stopped; } /** *The date and time the remote access session was stopped.
*/ inline bool StoppedHasBeenSet() const { return m_stoppedHasBeenSet; } /** *The date and time the remote access session was stopped.
*/ inline void SetStopped(const Aws::Utils::DateTime& value) { m_stoppedHasBeenSet = true; m_stopped = value; } /** *The date and time the remote access session was stopped.
*/ inline void SetStopped(Aws::Utils::DateTime&& value) { m_stoppedHasBeenSet = true; m_stopped = std::move(value); } /** *The date and time the remote access session was stopped.
*/ inline RemoteAccessSession& WithStopped(const Aws::Utils::DateTime& value) { SetStopped(value); return *this;} /** *The date and time the remote access session was stopped.
*/ inline RemoteAccessSession& WithStopped(Aws::Utils::DateTime&& value) { SetStopped(std::move(value)); return *this;} /** *The device (phone or tablet) used in the remote access session.
*/ inline const Device& GetDevice() const{ return m_device; } /** *The device (phone or tablet) used in the remote access session.
*/ inline bool DeviceHasBeenSet() const { return m_deviceHasBeenSet; } /** *The device (phone or tablet) used in the remote access session.
*/ inline void SetDevice(const Device& value) { m_deviceHasBeenSet = true; m_device = value; } /** *The device (phone or tablet) used in the remote access session.
*/ inline void SetDevice(Device&& value) { m_deviceHasBeenSet = true; m_device = std::move(value); } /** *The device (phone or tablet) used in the remote access session.
*/ inline RemoteAccessSession& WithDevice(const Device& value) { SetDevice(value); return *this;} /** *The device (phone or tablet) used in the remote access session.
*/ inline RemoteAccessSession& WithDevice(Device&& value) { SetDevice(std::move(value)); return *this;} /** *The ARN of the instance.
*/ inline const Aws::String& GetInstanceArn() const{ return m_instanceArn; } /** *The ARN of the instance.
*/ inline bool InstanceArnHasBeenSet() const { return m_instanceArnHasBeenSet; } /** *The ARN of the instance.
*/ inline void SetInstanceArn(const Aws::String& value) { m_instanceArnHasBeenSet = true; m_instanceArn = value; } /** *The ARN of the instance.
*/ inline void SetInstanceArn(Aws::String&& value) { m_instanceArnHasBeenSet = true; m_instanceArn = std::move(value); } /** *The ARN of the instance.
*/ inline void SetInstanceArn(const char* value) { m_instanceArnHasBeenSet = true; m_instanceArn.assign(value); } /** *The ARN of the instance.
*/ inline RemoteAccessSession& WithInstanceArn(const Aws::String& value) { SetInstanceArn(value); return *this;} /** *The ARN of the instance.
*/ inline RemoteAccessSession& WithInstanceArn(Aws::String&& value) { SetInstanceArn(std::move(value)); return *this;} /** *The ARN of the instance.
*/ inline RemoteAccessSession& WithInstanceArn(const char* value) { SetInstanceArn(value); return *this;} /** *This flag is set to true
if remote debugging is enabled for the
* remote access session.
Remote debugging is no * longer supported.
*/ inline bool GetRemoteDebugEnabled() const{ return m_remoteDebugEnabled; } /** *This flag is set to true
if remote debugging is enabled for the
* remote access session.
Remote debugging is no * longer supported.
*/ inline bool RemoteDebugEnabledHasBeenSet() const { return m_remoteDebugEnabledHasBeenSet; } /** *This flag is set to true
if remote debugging is enabled for the
* remote access session.
Remote debugging is no * longer supported.
*/ inline void SetRemoteDebugEnabled(bool value) { m_remoteDebugEnabledHasBeenSet = true; m_remoteDebugEnabled = value; } /** *This flag is set to true
if remote debugging is enabled for the
* remote access session.
Remote debugging is no * longer supported.
*/ inline RemoteAccessSession& WithRemoteDebugEnabled(bool value) { SetRemoteDebugEnabled(value); return *this;} /** *This flag is set to true
if remote recording is enabled for the
* remote access session.
This flag is set to true
if remote recording is enabled for the
* remote access session.
This flag is set to true
if remote recording is enabled for the
* remote access session.
This flag is set to true
if remote recording is enabled for the
* remote access session.
The ARN for the app to be recorded in the remote access session.
*/ inline const Aws::String& GetRemoteRecordAppArn() const{ return m_remoteRecordAppArn; } /** *The ARN for the app to be recorded in the remote access session.
*/ inline bool RemoteRecordAppArnHasBeenSet() const { return m_remoteRecordAppArnHasBeenSet; } /** *The ARN for the app to be recorded in the remote access session.
*/ inline void SetRemoteRecordAppArn(const Aws::String& value) { m_remoteRecordAppArnHasBeenSet = true; m_remoteRecordAppArn = value; } /** *The ARN for the app to be recorded in the remote access session.
*/ inline void SetRemoteRecordAppArn(Aws::String&& value) { m_remoteRecordAppArnHasBeenSet = true; m_remoteRecordAppArn = std::move(value); } /** *The ARN for the app to be recorded in the remote access session.
*/ inline void SetRemoteRecordAppArn(const char* value) { m_remoteRecordAppArnHasBeenSet = true; m_remoteRecordAppArn.assign(value); } /** *The ARN for the app to be recorded in the remote access session.
*/ inline RemoteAccessSession& WithRemoteRecordAppArn(const Aws::String& value) { SetRemoteRecordAppArn(value); return *this;} /** *The ARN for the app to be recorded in the remote access session.
*/ inline RemoteAccessSession& WithRemoteRecordAppArn(Aws::String&& value) { SetRemoteRecordAppArn(std::move(value)); return *this;} /** *The ARN for the app to be recorded in the remote access session.
*/ inline RemoteAccessSession& WithRemoteRecordAppArn(const char* value) { SetRemoteRecordAppArn(value); return *this;} /** *IP address of the EC2 host where you need to connect to remotely debug * devices. Only returned if remote debugging is enabled for the remote access * session.
Remote debugging is no * longer supported.
*/ inline const Aws::String& GetHostAddress() const{ return m_hostAddress; } /** *IP address of the EC2 host where you need to connect to remotely debug * devices. Only returned if remote debugging is enabled for the remote access * session.
Remote debugging is no * longer supported.
*/ inline bool HostAddressHasBeenSet() const { return m_hostAddressHasBeenSet; } /** *IP address of the EC2 host where you need to connect to remotely debug * devices. Only returned if remote debugging is enabled for the remote access * session.
Remote debugging is no * longer supported.
*/ inline void SetHostAddress(const Aws::String& value) { m_hostAddressHasBeenSet = true; m_hostAddress = value; } /** *IP address of the EC2 host where you need to connect to remotely debug * devices. Only returned if remote debugging is enabled for the remote access * session.
Remote debugging is no * longer supported.
*/ inline void SetHostAddress(Aws::String&& value) { m_hostAddressHasBeenSet = true; m_hostAddress = std::move(value); } /** *IP address of the EC2 host where you need to connect to remotely debug * devices. Only returned if remote debugging is enabled for the remote access * session.
Remote debugging is no * longer supported.
*/ inline void SetHostAddress(const char* value) { m_hostAddressHasBeenSet = true; m_hostAddress.assign(value); } /** *IP address of the EC2 host where you need to connect to remotely debug * devices. Only returned if remote debugging is enabled for the remote access * session.
Remote debugging is no * longer supported.
*/ inline RemoteAccessSession& WithHostAddress(const Aws::String& value) { SetHostAddress(value); return *this;} /** *IP address of the EC2 host where you need to connect to remotely debug * devices. Only returned if remote debugging is enabled for the remote access * session.
Remote debugging is no * longer supported.
*/ inline RemoteAccessSession& WithHostAddress(Aws::String&& value) { SetHostAddress(std::move(value)); return *this;} /** *IP address of the EC2 host where you need to connect to remotely debug * devices. Only returned if remote debugging is enabled for the remote access * session.
Remote debugging is no * longer supported.
*/ inline RemoteAccessSession& WithHostAddress(const char* value) { SetHostAddress(value); return *this;} /** *Unique identifier of your client for the remote access session. Only returned * if remote debugging is enabled for the remote access session.
Remote * debugging is no * longer supported.
*/ inline const Aws::String& GetClientId() const{ return m_clientId; } /** *Unique identifier of your client for the remote access session. Only returned * if remote debugging is enabled for the remote access session.
Remote * debugging is no * longer supported.
*/ inline bool ClientIdHasBeenSet() const { return m_clientIdHasBeenSet; } /** *Unique identifier of your client for the remote access session. Only returned * if remote debugging is enabled for the remote access session.
Remote * debugging is no * longer supported.
*/ inline void SetClientId(const Aws::String& value) { m_clientIdHasBeenSet = true; m_clientId = value; } /** *Unique identifier of your client for the remote access session. Only returned * if remote debugging is enabled for the remote access session.
Remote * debugging is no * longer supported.
*/ inline void SetClientId(Aws::String&& value) { m_clientIdHasBeenSet = true; m_clientId = std::move(value); } /** *Unique identifier of your client for the remote access session. Only returned * if remote debugging is enabled for the remote access session.
Remote * debugging is no * longer supported.
*/ inline void SetClientId(const char* value) { m_clientIdHasBeenSet = true; m_clientId.assign(value); } /** *Unique identifier of your client for the remote access session. Only returned * if remote debugging is enabled for the remote access session.
Remote * debugging is no * longer supported.
*/ inline RemoteAccessSession& WithClientId(const Aws::String& value) { SetClientId(value); return *this;} /** *Unique identifier of your client for the remote access session. Only returned * if remote debugging is enabled for the remote access session.
Remote * debugging is no * longer supported.
*/ inline RemoteAccessSession& WithClientId(Aws::String&& value) { SetClientId(std::move(value)); return *this;} /** *Unique identifier of your client for the remote access session. Only returned * if remote debugging is enabled for the remote access session.
Remote * debugging is no * longer supported.
*/ inline RemoteAccessSession& WithClientId(const char* value) { SetClientId(value); return *this;} /** *The billing method of the remote access session. Possible values include
* METERED
or UNMETERED
. For more information about
* metered devices, see AWS
* Device Farm terminology.
The billing method of the remote access session. Possible values include
* METERED
or UNMETERED
. For more information about
* metered devices, see AWS
* Device Farm terminology.
The billing method of the remote access session. Possible values include
* METERED
or UNMETERED
. For more information about
* metered devices, see AWS
* Device Farm terminology.
The billing method of the remote access session. Possible values include
* METERED
or UNMETERED
. For more information about
* metered devices, see AWS
* Device Farm terminology.
The billing method of the remote access session. Possible values include
* METERED
or UNMETERED
. For more information about
* metered devices, see AWS
* Device Farm terminology.
The billing method of the remote access session. Possible values include
* METERED
or UNMETERED
. For more information about
* metered devices, see AWS
* Device Farm terminology.
The number of minutes a device is used in a remote access session (including * setup and teardown minutes).
*/ inline const DeviceMinutes& GetDeviceMinutes() const{ return m_deviceMinutes; } /** *The number of minutes a device is used in a remote access session (including * setup and teardown minutes).
*/ inline bool DeviceMinutesHasBeenSet() const { return m_deviceMinutesHasBeenSet; } /** *The number of minutes a device is used in a remote access session (including * setup and teardown minutes).
*/ inline void SetDeviceMinutes(const DeviceMinutes& value) { m_deviceMinutesHasBeenSet = true; m_deviceMinutes = value; } /** *The number of minutes a device is used in a remote access session (including * setup and teardown minutes).
*/ inline void SetDeviceMinutes(DeviceMinutes&& value) { m_deviceMinutesHasBeenSet = true; m_deviceMinutes = std::move(value); } /** *The number of minutes a device is used in a remote access session (including * setup and teardown minutes).
*/ inline RemoteAccessSession& WithDeviceMinutes(const DeviceMinutes& value) { SetDeviceMinutes(value); return *this;} /** *The number of minutes a device is used in a remote access session (including * setup and teardown minutes).
*/ inline RemoteAccessSession& WithDeviceMinutes(DeviceMinutes&& value) { SetDeviceMinutes(std::move(value)); return *this;} /** *The endpoint for the remote access sesssion.
*/ inline const Aws::String& GetEndpoint() const{ return m_endpoint; } /** *The endpoint for the remote access sesssion.
*/ inline bool EndpointHasBeenSet() const { return m_endpointHasBeenSet; } /** *The endpoint for the remote access sesssion.
*/ inline void SetEndpoint(const Aws::String& value) { m_endpointHasBeenSet = true; m_endpoint = value; } /** *The endpoint for the remote access sesssion.
*/ inline void SetEndpoint(Aws::String&& value) { m_endpointHasBeenSet = true; m_endpoint = std::move(value); } /** *The endpoint for the remote access sesssion.
*/ inline void SetEndpoint(const char* value) { m_endpointHasBeenSet = true; m_endpoint.assign(value); } /** *The endpoint for the remote access sesssion.
*/ inline RemoteAccessSession& WithEndpoint(const Aws::String& value) { SetEndpoint(value); return *this;} /** *The endpoint for the remote access sesssion.
*/ inline RemoteAccessSession& WithEndpoint(Aws::String&& value) { SetEndpoint(std::move(value)); return *this;} /** *The endpoint for the remote access sesssion.
*/ inline RemoteAccessSession& WithEndpoint(const char* value) { SetEndpoint(value); return *this;} /** *Unique device identifier for the remote device. Only returned if remote * debugging is enabled for the remote access session.
Remote debugging is * no * longer supported.
*/ inline const Aws::String& GetDeviceUdid() const{ return m_deviceUdid; } /** *Unique device identifier for the remote device. Only returned if remote * debugging is enabled for the remote access session.
Remote debugging is * no * longer supported.
*/ inline bool DeviceUdidHasBeenSet() const { return m_deviceUdidHasBeenSet; } /** *Unique device identifier for the remote device. Only returned if remote * debugging is enabled for the remote access session.
Remote debugging is * no * longer supported.
*/ inline void SetDeviceUdid(const Aws::String& value) { m_deviceUdidHasBeenSet = true; m_deviceUdid = value; } /** *Unique device identifier for the remote device. Only returned if remote * debugging is enabled for the remote access session.
Remote debugging is * no * longer supported.
*/ inline void SetDeviceUdid(Aws::String&& value) { m_deviceUdidHasBeenSet = true; m_deviceUdid = std::move(value); } /** *Unique device identifier for the remote device. Only returned if remote * debugging is enabled for the remote access session.
Remote debugging is * no * longer supported.
*/ inline void SetDeviceUdid(const char* value) { m_deviceUdidHasBeenSet = true; m_deviceUdid.assign(value); } /** *Unique device identifier for the remote device. Only returned if remote * debugging is enabled for the remote access session.
Remote debugging is * no * longer supported.
*/ inline RemoteAccessSession& WithDeviceUdid(const Aws::String& value) { SetDeviceUdid(value); return *this;} /** *Unique device identifier for the remote device. Only returned if remote * debugging is enabled for the remote access session.
Remote debugging is * no * longer supported.
*/ inline RemoteAccessSession& WithDeviceUdid(Aws::String&& value) { SetDeviceUdid(std::move(value)); return *this;} /** *Unique device identifier for the remote device. Only returned if remote * debugging is enabled for the remote access session.
Remote debugging is * no * longer supported.
*/ inline RemoteAccessSession& WithDeviceUdid(const char* value) { SetDeviceUdid(value); return *this;} /** *The interaction mode of the remote access session. Valid values are:
INTERACTIVE: You can interact with the iOS device by viewing, touching, * and rotating the screen. You cannot run XCUITest framework-based tests in this * mode.
NO_VIDEO: You are connected to the device, but cannot * interact with it or view the screen. This mode has the fastest test execution * speed. You can run XCUITest framework-based tests in this mode.
VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can * run XCUITest framework-based tests and watch the screen in this mode.
The interaction mode of the remote access session. Valid values are:
INTERACTIVE: You can interact with the iOS device by viewing, touching, * and rotating the screen. You cannot run XCUITest framework-based tests in this * mode.
NO_VIDEO: You are connected to the device, but cannot * interact with it or view the screen. This mode has the fastest test execution * speed. You can run XCUITest framework-based tests in this mode.
VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can * run XCUITest framework-based tests and watch the screen in this mode.
The interaction mode of the remote access session. Valid values are:
INTERACTIVE: You can interact with the iOS device by viewing, touching, * and rotating the screen. You cannot run XCUITest framework-based tests in this * mode.
NO_VIDEO: You are connected to the device, but cannot * interact with it or view the screen. This mode has the fastest test execution * speed. You can run XCUITest framework-based tests in this mode.
VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can * run XCUITest framework-based tests and watch the screen in this mode.
The interaction mode of the remote access session. Valid values are:
INTERACTIVE: You can interact with the iOS device by viewing, touching, * and rotating the screen. You cannot run XCUITest framework-based tests in this * mode.
NO_VIDEO: You are connected to the device, but cannot * interact with it or view the screen. This mode has the fastest test execution * speed. You can run XCUITest framework-based tests in this mode.
VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can * run XCUITest framework-based tests and watch the screen in this mode.
The interaction mode of the remote access session. Valid values are:
INTERACTIVE: You can interact with the iOS device by viewing, touching, * and rotating the screen. You cannot run XCUITest framework-based tests in this * mode.
NO_VIDEO: You are connected to the device, but cannot * interact with it or view the screen. This mode has the fastest test execution * speed. You can run XCUITest framework-based tests in this mode.
VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can * run XCUITest framework-based tests and watch the screen in this mode.
The interaction mode of the remote access session. Valid values are:
INTERACTIVE: You can interact with the iOS device by viewing, touching, * and rotating the screen. You cannot run XCUITest framework-based tests in this * mode.
NO_VIDEO: You are connected to the device, but cannot * interact with it or view the screen. This mode has the fastest test execution * speed. You can run XCUITest framework-based tests in this mode.
VIDEO_ONLY: You can view the screen, but cannot touch or rotate it. You can * run XCUITest framework-based tests and watch the screen in this mode.
When set to true
, for private devices, Device Farm does not sign
* your app again. For public devices, Device Farm always signs your apps
* again.
For more information about how Device Farm re-signs your apps, see * Do you modify my app? in * the AWS Device Farm FAQs.
*/ inline bool GetSkipAppResign() const{ return m_skipAppResign; } /** *When set to true
, for private devices, Device Farm does not sign
* your app again. For public devices, Device Farm always signs your apps
* again.
For more information about how Device Farm re-signs your apps, see * Do you modify my app? in * the AWS Device Farm FAQs.
*/ inline bool SkipAppResignHasBeenSet() const { return m_skipAppResignHasBeenSet; } /** *When set to true
, for private devices, Device Farm does not sign
* your app again. For public devices, Device Farm always signs your apps
* again.
For more information about how Device Farm re-signs your apps, see * Do you modify my app? in * the AWS Device Farm FAQs.
*/ inline void SetSkipAppResign(bool value) { m_skipAppResignHasBeenSet = true; m_skipAppResign = value; } /** *When set to true
, for private devices, Device Farm does not sign
* your app again. For public devices, Device Farm always signs your apps
* again.
For more information about how Device Farm re-signs your apps, see * Do you modify my app? in * the AWS Device Farm FAQs.
*/ inline RemoteAccessSession& WithSkipAppResign(bool value) { SetSkipAppResign(value); return *this;} /** *The VPC security groups and subnets that are attached to a project.
*/ inline const VpcConfig& GetVpcConfig() const{ return m_vpcConfig; } /** *The VPC security groups and subnets that are attached to a project.
*/ inline bool VpcConfigHasBeenSet() const { return m_vpcConfigHasBeenSet; } /** *The VPC security groups and subnets that are attached to a project.
*/ inline void SetVpcConfig(const VpcConfig& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = value; } /** *The VPC security groups and subnets that are attached to a project.
*/ inline void SetVpcConfig(VpcConfig&& value) { m_vpcConfigHasBeenSet = true; m_vpcConfig = std::move(value); } /** *The VPC security groups and subnets that are attached to a project.
*/ inline RemoteAccessSession& WithVpcConfig(const VpcConfig& value) { SetVpcConfig(value); return *this;} /** *The VPC security groups and subnets that are attached to a project.
*/ inline RemoteAccessSession& WithVpcConfig(VpcConfig&& value) { SetVpcConfig(std::move(value)); return *this;} private: Aws::String m_arn; bool m_arnHasBeenSet = false; Aws::String m_name; bool m_nameHasBeenSet = false; Aws::Utils::DateTime m_created; bool m_createdHasBeenSet = false; ExecutionStatus m_status; bool m_statusHasBeenSet = false; ExecutionResult m_result; bool m_resultHasBeenSet = false; Aws::String m_message; bool m_messageHasBeenSet = false; Aws::Utils::DateTime m_started; bool m_startedHasBeenSet = false; Aws::Utils::DateTime m_stopped; bool m_stoppedHasBeenSet = false; Device m_device; bool m_deviceHasBeenSet = false; Aws::String m_instanceArn; bool m_instanceArnHasBeenSet = false; bool m_remoteDebugEnabled; bool m_remoteDebugEnabledHasBeenSet = false; bool m_remoteRecordEnabled; bool m_remoteRecordEnabledHasBeenSet = false; Aws::String m_remoteRecordAppArn; bool m_remoteRecordAppArnHasBeenSet = false; Aws::String m_hostAddress; bool m_hostAddressHasBeenSet = false; Aws::String m_clientId; bool m_clientIdHasBeenSet = false; BillingMethod m_billingMethod; bool m_billingMethodHasBeenSet = false; DeviceMinutes m_deviceMinutes; bool m_deviceMinutesHasBeenSet = false; Aws::String m_endpoint; bool m_endpointHasBeenSet = false; Aws::String m_deviceUdid; bool m_deviceUdidHasBeenSet = false; InteractionMode m_interactionMode; bool m_interactionModeHasBeenSet = false; bool m_skipAppResign; bool m_skipAppResignHasBeenSet = false; VpcConfig m_vpcConfig; bool m_vpcConfigHasBeenSet = false; }; } // namespace Model } // namespace DeviceFarm } // namespace Aws