@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() |
List<String> |
dataSourceNames()
The names of the data sources.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasDataSourceNames()
Returns true if the DataSourceNames property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
int |
hashCode() |
boolean |
hasRobotApplicationNames()
Returns true if the RobotApplicationNames property was specified by the sender (it may be empty), or false if the
sender did not specify the value (it will be empty).
|
boolean |
hasSimulationApplicationNames()
Returns true if the SimulationApplicationNames property was specified by the sender (it may be empty), or false
if the sender did not specify the value (it will be empty).
|
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() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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().
SimulationJobStatuspublic 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().
SimulationJobStatuspublic boolean hasSimulationApplicationNames()
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.
You can use hasSimulationApplicationNames() to see if a value was sent in this field.
public boolean hasRobotApplicationNames()
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.
You can use hasRobotApplicationNames() to see if a value was sent in this field.
public boolean hasDataSourceNames()
public List<String> dataSourceNames()
The names of the data sources.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasDataSourceNames() to see if a value was sent in this field.
public SimulationJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SimulationJobSummary.Builder,SimulationJobSummary>public static SimulationJobSummary.Builder builder()
public static Class<? extends SimulationJobSummary.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.