@Generated(value="software.amazon.awssdk:codegen") public final class GetDataSourceRunResponse extends DataZoneResponse implements ToCopyableBuilder<GetDataSourceRunResponse.Builder,GetDataSourceRunResponse>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetDataSourceRunResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetDataSourceRunResponse.Builder |
builder() |
Instant |
createdAt()
The timestamp of when the data source run was created.
|
String |
dataSourceConfigurationSnapshot()
The configuration snapshot of the data source run.
|
String |
dataSourceId()
The ID of the data source for this data source run.
|
String |
domainId()
The ID of the domain in which this data source run was performed.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
DataSourceErrorMessage |
errorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the data source run.
|
String |
projectId()
The ID of the project in which this data source run occured.
|
RunStatisticsForAssets |
runStatisticsForAssets()
The asset statistics from this data source run.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetDataSourceRunResponse.Builder> |
serializableBuilderClass() |
Instant |
startedAt()
The timestamp of when this data source run started.
|
DataSourceRunStatus |
status()
The status of this data source run.
|
String |
statusAsString()
The status of this data source run.
|
Instant |
stoppedAt()
The timestamp of when this data source run stopped.
|
GetDataSourceRunResponse.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
DataSourceRunType |
type()
The type of this data source run.
|
String |
typeAsString()
The type of this data source run.
|
Instant |
updatedAt()
The timestamp of when this data source run was updated.
|
responseMetadatasdkHttpResponseclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Instant createdAt()
The timestamp of when the data source run was created.
public final String dataSourceConfigurationSnapshot()
The configuration snapshot of the data source run.
public final String dataSourceId()
The ID of the data source for this data source run.
public final String domainId()
The ID of the domain in which this data source run was performed.
public final DataSourceErrorMessage errorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
public final String id()
The ID of the data source run.
public final String projectId()
The ID of the project in which this data source run occured.
public final RunStatisticsForAssets runStatisticsForAssets()
The asset statistics from this data source run.
public final Instant startedAt()
The timestamp of when this data source run started.
public final DataSourceRunStatus status()
The status of this 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 this 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 this data source run stopped.
public final DataSourceRunType type()
The type of this 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 this 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 this data source run was updated.
public GetDataSourceRunResponse.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetDataSourceRunResponse.Builder,GetDataSourceRunResponse>toBuilder in class AwsResponsepublic static GetDataSourceRunResponse.Builder builder()
public static Class<? extends GetDataSourceRunResponse.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsResponsepublic final boolean equals(Object obj)
equals in class AwsResponsepublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkResponseCopyright © 2023. All rights reserved.