68 inline void SetArn(
const char* value) { m_arnHasBeenSet =
true; m_arn.assign(value); }
103 inline void SetName(
const char* value) { m_nameHasBeenSet =
true; m_name.assign(value); }
268 inline void SetMessage(
const char* value) { m_messageHasBeenSet =
true; m_message.assign(value); }
339 inline void SetDevice(
const Device& value) { m_deviceHasBeenSet =
true; m_device = value; }
342 inline void SetDevice(
Device&& value) { m_deviceHasBeenSet =
true; m_device = value; }
428 inline void SetEndpoint(
const char* value) { m_endpointHasBeenSet =
true; m_endpoint.assign(value); }
447 bool m_arnHasBeenSet;
449 bool m_nameHasBeenSet;
451 bool m_createdHasBeenSet;
453 bool m_statusHasBeenSet;
455 bool m_resultHasBeenSet;
457 bool m_messageHasBeenSet;
459 bool m_startedHasBeenSet;
461 bool m_stoppedHasBeenSet;
463 bool m_deviceHasBeenSet;
465 bool m_billingMethodHasBeenSet;
467 bool m_deviceMinutesHasBeenSet;
469 bool m_endpointHasBeenSet;
void SetDeviceMinutes(DeviceMinutes &&value)
RemoteAccessSession & WithStatus(ExecutionStatus &&value)
#define AWS_DEVICEFARM_API
const Aws::String & GetArn() const
RemoteAccessSession & WithArn(Aws::String &&value)
void SetStopped(Aws::Utils::DateTime &&value)
const ExecutionResult & GetResult() const
void SetMessage(const Aws::String &value)
void SetResult(const ExecutionResult &value)
void SetArn(const char *value)
RemoteAccessSession & WithName(const char *value)
RemoteAccessSession & WithStarted(Aws::Utils::DateTime &&value)
const DeviceMinutes & GetDeviceMinutes() const
void SetArn(const Aws::String &value)
void SetStatus(ExecutionStatus &&value)
RemoteAccessSession & WithCreated(Aws::Utils::DateTime &&value)
void SetResult(ExecutionResult &&value)
void SetStatus(const ExecutionStatus &value)
RemoteAccessSession & WithResult(const ExecutionResult &value)
const Aws::String & GetName() const
void SetStarted(Aws::Utils::DateTime &&value)
RemoteAccessSession & WithStatus(const ExecutionStatus &value)
RemoteAccessSession & WithBillingMethod(const BillingMethod &value)
void SetStopped(const Aws::Utils::DateTime &value)
void SetDeviceMinutes(const DeviceMinutes &value)
RemoteAccessSession & WithMessage(Aws::String &&value)
RemoteAccessSession & WithArn(const char *value)
void SetName(const char *value)
void SetMessage(const char *value)
RemoteAccessSession & WithName(const Aws::String &value)
void SetName(Aws::String &&value)
RemoteAccessSession & WithBillingMethod(BillingMethod &&value)
void SetDevice(const Device &value)
RemoteAccessSession & WithMessage(const Aws::String &value)
void SetArn(Aws::String &&value)
const Aws::String & GetMessage() const
RemoteAccessSession & WithDevice(Device &&value)
const ExecutionStatus & GetStatus() const
void SetBillingMethod(BillingMethod &&value)
const Aws::Utils::DateTime & GetStarted() const
void SetMessage(Aws::String &&value)
RemoteAccessSession & WithDeviceMinutes(DeviceMinutes &&value)
RemoteAccessSession & WithEndpoint(const char *value)
RemoteAccessSession & WithArn(const Aws::String &value)
const Aws::String & GetEndpoint() const
RemoteAccessSession & WithStopped(const Aws::Utils::DateTime &value)
RemoteAccessSession & WithName(Aws::String &&value)
const Device & GetDevice() const
const BillingMethod & GetBillingMethod() const
const Aws::Utils::DateTime & GetStopped() const
RemoteAccessSession & WithEndpoint(const Aws::String &value)
RemoteAccessSession & WithCreated(const Aws::Utils::DateTime &value)
RemoteAccessSession & WithDevice(const Device &value)
void SetBillingMethod(const BillingMethod &value)
void SetStarted(const Aws::Utils::DateTime &value)
RemoteAccessSession & WithEndpoint(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetEndpoint(const char *value)
RemoteAccessSession & WithMessage(const char *value)
void SetEndpoint(Aws::String &&value)
RemoteAccessSession & WithStopped(Aws::Utils::DateTime &&value)
RemoteAccessSession & WithResult(ExecutionResult &&value)
RemoteAccessSession & WithDeviceMinutes(const DeviceMinutes &value)
void SetCreated(const Aws::Utils::DateTime &value)
RemoteAccessSession & WithStarted(const Aws::Utils::DateTime &value)
void SetEndpoint(const Aws::String &value)
void SetName(const Aws::String &value)
const Aws::Utils::DateTime & GetCreated() const
void SetDevice(Device &&value)
void SetCreated(Aws::Utils::DateTime &&value)
JSON (JavaScript Object Notation).