Class ReportTaskRunnerHeartbeatRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.datapipeline.model.DataPipelineRequest
-
- software.amazon.awssdk.services.datapipeline.model.ReportTaskRunnerHeartbeatRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ReportTaskRunnerHeartbeatRequest.Builder,ReportTaskRunnerHeartbeatRequest>
@Generated("software.amazon.awssdk:codegen") public final class ReportTaskRunnerHeartbeatRequest extends DataPipelineRequest implements ToCopyableBuilder<ReportTaskRunnerHeartbeatRequest.Builder,ReportTaskRunnerHeartbeatRequest>
Contains the parameters for ReportTaskRunnerHeartbeat.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceReportTaskRunnerHeartbeatRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReportTaskRunnerHeartbeatRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringhostname()The public DNS name of the task runner.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends ReportTaskRunnerHeartbeatRequest.Builder>serializableBuilderClass()StringtaskrunnerId()The ID of the task runner.ReportTaskRunnerHeartbeatRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.StringworkerGroup()The type of task the task runner is configured to accept and process.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
taskrunnerId
public final String taskrunnerId()
The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.
- Returns:
- The ID of the task runner. This value should be unique across your AWS account. In the case of AWS Data Pipeline Task Runner launched on a resource managed by AWS Data Pipeline, the web service provides a unique identifier when it launches the application. If you have written a custom task runner, you should assign a unique identifier for the task runner.
-
workerGroup
public final String workerGroup()
The type of task the task runner is configured to accept and process. The worker group is set as a field on objects in the pipeline when they are created. You can only specify a single value for
workerGroup. There are no wildcard values permitted inworkerGroup; the string must be an exact, case-sensitive, match.- Returns:
- The type of task the task runner is configured to accept and process. The worker group is set as a field
on objects in the pipeline when they are created. You can only specify a single value for
workerGroup. There are no wildcard values permitted inworkerGroup; the string must be an exact, case-sensitive, match.
-
hostname
public final String hostname()
The public DNS name of the task runner.
- Returns:
- The public DNS name of the task runner.
-
toBuilder
public ReportTaskRunnerHeartbeatRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ReportTaskRunnerHeartbeatRequest.Builder,ReportTaskRunnerHeartbeatRequest>- Specified by:
toBuilderin classDataPipelineRequest
-
builder
public static ReportTaskRunnerHeartbeatRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ReportTaskRunnerHeartbeatRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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 classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-