Class StartDataSourceRunResponse
- java.lang.Object
-
- software.amazon.awssdk.core.SdkResponse
-
- software.amazon.awssdk.awscore.AwsResponse
-
- software.amazon.awssdk.services.datazone.model.DataZoneResponse
-
- software.amazon.awssdk.services.datazone.model.StartDataSourceRunResponse
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<StartDataSourceRunResponse.Builder,StartDataSourceRunResponse>
@Generated("software.amazon.awssdk:codegen") public final class StartDataSourceRunResponse extends DataZoneResponse implements ToCopyableBuilder<StartDataSourceRunResponse.Builder,StartDataSourceRunResponse>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceStartDataSourceRunResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static StartDataSourceRunResponse.Builderbuilder()InstantcreatedAt()The timestamp of when data source run was created.StringdataSourceConfigurationSnapshot()The configuration snapshot of the data source that is being run.StringdataSourceId()The identifier of the data source.StringdomainId()The identifier of the Amazon DataZone domain in which to start a data source run.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)DataSourceErrorMessageerrorMessage()Specifies the error message that is returned if the operation cannot be successfully completed.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringid()The identifier of the data source run.StringprojectId()The identifier of the project.RunStatisticsForAssetsrunStatisticsForAssets()Specifies run statistics for assets.List<SdkField<?>>sdkFields()static Class<? extends StartDataSourceRunResponse.Builder>serializableBuilderClass()InstantstartedAt()The timestamp of when the data source run was started.DataSourceRunStatusstatus()The status of the data source run.StringstatusAsString()The status of the data source run.InstantstoppedAt()The timestamp of when the data source run was stopped.StartDataSourceRunResponse.BuildertoBuilder()StringtoString()Returns a string representation of this object.DataSourceRunTypetype()The type of the data source run.StringtypeAsString()The type of the data source run.InstantupdatedAt()The timestamp of when the data source run was updated.-
Methods inherited from class software.amazon.awssdk.services.datazone.model.DataZoneResponse
responseMetadata
-
Methods inherited from class software.amazon.awssdk.core.SdkResponse
sdkHttpResponse
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
createdAt
public final Instant createdAt()
The timestamp of when data source run was created.
- Returns:
- The timestamp of when data source run was created.
-
dataSourceConfigurationSnapshot
public final String dataSourceConfigurationSnapshot()
The configuration snapshot of the data source that is being run.
- Returns:
- The configuration snapshot of the data source that is being run.
-
dataSourceId
public final String dataSourceId()
The identifier of the data source.
- Returns:
- The identifier of the data source.
-
domainId
public final String domainId()
The identifier of the Amazon DataZone domain in which to start a data source run.
- Returns:
- The identifier of the Amazon DataZone domain in which to start a data source run.
-
errorMessage
public final DataSourceErrorMessage errorMessage()
Specifies the error message that is returned if the operation cannot be successfully completed.
- Returns:
- Specifies the error message that is returned if the operation cannot be successfully completed.
-
id
public final String id()
The identifier of the data source run.
- Returns:
- The identifier of the data source run.
-
projectId
public final String projectId()
The identifier of the project.
- Returns:
- The identifier of the project.
-
runStatisticsForAssets
public final RunStatisticsForAssets runStatisticsForAssets()
Specifies run statistics for assets.
- Returns:
- Specifies run statistics for assets.
-
startedAt
public final Instant startedAt()
The timestamp of when the data source run was started.
- Returns:
- The timestamp of when the data source run was started.
-
status
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,
statuswill returnDataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the data source run.
- See Also:
DataSourceRunStatus
-
statusAsString
public 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,
statuswill returnDataSourceRunStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstatusAsString().- Returns:
- The status of the data source run.
- See Also:
DataSourceRunStatus
-
stoppedAt
public final Instant stoppedAt()
The timestamp of when the data source run was stopped.
- Returns:
- The timestamp of when the data source run was stopped.
-
type
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,
typewill returnDataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the data source run.
- See Also:
DataSourceRunType
-
typeAsString
public 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,
typewill returnDataSourceRunType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromtypeAsString().- Returns:
- The type of the data source run.
- See Also:
DataSourceRunType
-
updatedAt
public final Instant updatedAt()
The timestamp of when the data source run was updated.
- Returns:
- The timestamp of when the data source run was updated.
-
toBuilder
public StartDataSourceRunResponse.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<StartDataSourceRunResponse.Builder,StartDataSourceRunResponse>- Specified by:
toBuilderin classAwsResponse
-
builder
public static StartDataSourceRunResponse.Builder builder()
-
serializableBuilderClass
public static Class<? extends StartDataSourceRunResponse.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsResponse
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsResponse
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkResponse
-
-