@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() |
ComputeType |
computeType()
The compute type for the simulation job summary.
|
String |
computeTypeAsString()
The compute type for the simulation job summary.
|
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()
For responses, this returns true if the service returned a value for the DataSourceNames property.
|
int |
hashCode() |
boolean |
hasRobotApplicationNames()
For responses, this returns true if the service returned a value for the RobotApplicationNames property.
|
boolean |
hasSimulationApplicationNames()
For responses, this returns true if the service returned a value for the SimulationApplicationNames property.
|
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 final String arn()
The Amazon Resource Name (ARN) of the simulation job.
public final Instant lastUpdatedAt()
The time, in milliseconds since the epoch, when the simulation job was last updated.
public final String name()
The name of the simulation job.
public final 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 final 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 final boolean hasSimulationApplicationNames()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasSimulationApplicationNames() method.
public final boolean hasRobotApplicationNames()
isEmpty() method on the
property). This is useful because the SDK will never return a null collection or map, but you may need to
differentiate between the service returning nothing (or null) and the service returning an empty collection or
map. For requests, this returns true if a value for the property was specified in the request builder, and false
if a value was not specified.public final 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasRobotApplicationNames() method.
public final boolean hasDataSourceNames()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> dataSourceNames()
The names of the data sources.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasDataSourceNames() method.
public final ComputeType computeType()
The compute type for the simulation job summary.
If the service returns an enum value that is not available in the current SDK version, computeType will
return ComputeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
computeTypeAsString().
ComputeTypepublic final String computeTypeAsString()
The compute type for the simulation job summary.
If the service returns an enum value that is not available in the current SDK version, computeType will
return ComputeType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
computeTypeAsString().
ComputeTypepublic SimulationJobSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SimulationJobSummary.Builder,SimulationJobSummary>public static SimulationJobSummary.Builder builder()
public static Class<? extends SimulationJobSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2022. All rights reserved.