@Generated(value="software.amazon.awssdk:codegen") public final class DataSourceRunSummary extends Object implements SdkPojo, Serializable, ToCopyableBuilder<DataSourceRunSummary.Builder,DataSourceRunSummary>
The details of a data source run.
| Modifier and Type | Class and Description |
|---|---|
static interface |
DataSourceRunSummary.Builder |
| Modifier and Type | Method and Description |
|---|---|
static DataSourceRunSummary.Builder |
builder() |
Instant |
createdAt()
The timestamp of when a data source run was created.
|
String |
dataSourceId()
The identifier of the data source of the data source run.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DataSourceErrorMessage |
errorMessage()
Returns the value of the ErrorMessage property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The identifier of the data source run.
|
String |
projectId()
The project ID of the data source run.
|
RunStatisticsForAssets |
runStatisticsForAssets()
Returns the value of the RunStatisticsForAssets property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends DataSourceRunSummary.Builder> |
serializableBuilderClass() |
Instant |
startedAt()
The timestamp of when a data source run was started.
|
DataSourceRunStatus |
status()
The status of the data source run.
|
String |
statusAsString()
The status of the data source run.
|
Instant |
stoppedAt()
The timestamp of when a data source run was stopped.
|
DataSourceRunSummary.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DataSourceRunType |
type()
The type of the data source run.
|
String |
typeAsString()
The type of the data source run.
|
Instant |
updatedAt()
The timestamp of when a data source run was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when a data source run was created.
public final String dataSourceId()
The identifier of the data source of the data source run.
public final DataSourceErrorMessage errorMessage()
public final String id()
The identifier of the data source run.
public final String projectId()
The project ID of the data source run.
public final RunStatisticsForAssets runStatisticsForAssets()
public final Instant startedAt()
The timestamp of when a data source run was started.
public final DataSourceRunStatus status()
The status of the data source run.
If the service returns an enum value that is not available in the current SDK version, status will
return DataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DataSourceRunStatuspublic final String statusAsString()
The status of the data source run.
If the service returns an enum value that is not available in the current SDK version, status will
return DataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
DataSourceRunStatuspublic final Instant stoppedAt()
The timestamp of when a data source run was stopped.
public final DataSourceRunType type()
The type of the data source run.
If the service returns an enum value that is not available in the current SDK version, type will return
DataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
DataSourceRunTypepublic final String typeAsString()
The type of the data source run.
If the service returns an enum value that is not available in the current SDK version, type will return
DataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
typeAsString().
DataSourceRunTypepublic final Instant updatedAt()
The timestamp of when a data source run was updated.
public DataSourceRunSummary.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<DataSourceRunSummary.Builder,DataSourceRunSummary>public static DataSourceRunSummary.Builder builder()
public static Class<? extends DataSourceRunSummary.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.