@Generated(value="software.amazon.awssdk:codegen") public final class SimulationJobSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SimulationJobSummary.Builder,SimulationJobSummary>
Summary information for a simulation job.
Modifier and Type | Class and Description |
---|---|
static interface |
SimulationJobSummary.Builder |
Modifier and Type | Method and Description |
---|---|
String |
arn()
The Amazon Resource Name (ARN) of the simulation job.
|
static SimulationJobSummary.Builder |
builder() |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Instant |
lastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation job was last updated.
|
String |
name()
The name of the simulation job.
|
List<String> |
robotApplicationNames()
A list of simulation job robot application names.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SimulationJobSummary.Builder> |
serializableBuilderClass() |
List<String> |
simulationApplicationNames()
A list of simulation job simulation application names.
|
SimulationJobStatus |
status()
The status of the simulation job.
|
String |
statusAsString()
The status of the simulation job.
|
SimulationJobSummary.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public String arn()
The Amazon Resource Name (ARN) of the simulation job.
public Instant lastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation job was last updated.
public String name()
The name of the simulation job.
public SimulationJobStatus status()
The status of the simulation job.
If the service returns an enum value that is not available in the current SDK version, status
will
return SimulationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
SimulationJobStatus
public String statusAsString()
The status of the simulation job.
If the service returns an enum value that is not available in the current SDK version, status
will
return SimulationJobStatus.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available
from statusAsString()
.
SimulationJobStatus
public List<String> simulationApplicationNames()
A list of simulation job simulation application names.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<String> robotApplicationNames()
A list of simulation job robot application names.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public SimulationJobSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<SimulationJobSummary.Builder,SimulationJobSummary>
public static SimulationJobSummary.Builder builder()
public static Class<? extends SimulationJobSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.