/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents information about incompatibility.See Also:
AWS
* API Reference
A message about the incompatibility.
*/ inline const Aws::String& GetMessage() const{ return m_message; } /** *A message about the incompatibility.
*/ inline bool MessageHasBeenSet() const { return m_messageHasBeenSet; } /** *A message about the incompatibility.
*/ inline void SetMessage(const Aws::String& value) { m_messageHasBeenSet = true; m_message = value; } /** *A message about the incompatibility.
*/ inline void SetMessage(Aws::String&& value) { m_messageHasBeenSet = true; m_message = std::move(value); } /** *A message about the incompatibility.
*/ inline void SetMessage(const char* value) { m_messageHasBeenSet = true; m_message.assign(value); } /** *A message about the incompatibility.
*/ inline IncompatibilityMessage& WithMessage(const Aws::String& value) { SetMessage(value); return *this;} /** *A message about the incompatibility.
*/ inline IncompatibilityMessage& WithMessage(Aws::String&& value) { SetMessage(std::move(value)); return *this;} /** *A message about the incompatibility.
*/ inline IncompatibilityMessage& WithMessage(const char* value) { SetMessage(value); return *this;} /** *The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or * iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or * iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or * iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or * iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or * iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION
The type of incompatibility.
Allowed values include:
ARN
FORM_FACTOR (for example, phone or tablet)
MANUFACTURER
PLATFORM (for example, Android or * iOS)
REMOTE_ACCESS_ENABLED
APPIUM_VERSION