StructuredPojo
, ToCopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
@Generated("software.amazon.awssdk:codegen") public class IncompatibilityMessage extends Object implements StructuredPojo, ToCopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
Represents information about incompatibility.
Modifier and Type | Class | Description |
---|---|---|
static interface |
IncompatibilityMessage.Builder |
Modifier and Type | Method | Description |
---|---|---|
static IncompatibilityMessage.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
Marshalls this structured data using the given
ProtocolMarshaller . |
String |
message() |
A message about the incompatibility.
|
static Class<? extends IncompatibilityMessage.Builder> |
serializableBuilderClass() |
|
IncompatibilityMessage.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
type() |
The type of incompatibility.
|
public String message()
A message about the incompatibility.
public String type()
The type of incompatibility.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access.
APPIUM_VERSION: The Appium version for the test.
Allowed values include:
ARN: The ARN.
FORM_FACTOR: The form factor (for example, phone or tablet).
MANUFACTURER: The manufacturer.
PLATFORM: The platform (for example, Android or iOS).
REMOTE_ACCESS_ENABLED: Whether the device is enabled for remote access.
APPIUM_VERSION: The Appium version for the test.
DeviceAttribute
public IncompatibilityMessage.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<IncompatibilityMessage.Builder,IncompatibilityMessage>
public static IncompatibilityMessage.Builder builder()
public static Class<? extends IncompatibilityMessage.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.