@Generated(value="software.amazon.awssdk:codegen") public class Problem extends Object implements StructuredPojo, software.amazon.awssdk.utils.builder.ToCopyableBuilder<Problem.Builder,Problem>
Represents a specific warning or failure.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Problem.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Problem.Builder |
builder() |
Device |
device()
Information about the associated device.
|
boolean |
equals(Object obj) |
int |
hashCode() |
ProblemDetail |
job()
Information about the associated job.
|
void |
marshall(ProtocolMarshaller protocolMarshaller) |
String |
message()
A message about the problem's result.
|
String |
result()
The problem's result.
|
ProblemDetail |
run()
Information about the associated run.
|
static Class<? extends Problem.Builder> |
serializableBuilderClass() |
ProblemDetail |
suite()
Information about the associated suite.
|
ProblemDetail |
test()
Information about the associated test.
|
Problem.Builder |
toBuilder() |
String |
toString() |
public ProblemDetail run()
Information about the associated run.
public ProblemDetail job()
Information about the associated job.
public ProblemDetail suite()
Information about the associated suite.
public ProblemDetail test()
Information about the associated test.
public Device device()
Information about the associated device.
public String result()
The problem's result.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
Allowed values include:
PENDING: A pending condition.
PASSED: A passing condition.
WARNED: A warning condition.
FAILED: A failed condition.
SKIPPED: A skipped condition.
ERRORED: An error condition.
STOPPED: A stopped condition.
ExecutionResultpublic String message()
A message about the problem's result.
public Problem.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<Problem.Builder,Problem>public static Problem.Builder builder()
public static Class<? extends Problem.Builder> serializableBuilderClass()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2017. All rights reserved.