@Generated(value="software.amazon.awssdk:codegen") public final class ReportTaskRunnerHeartbeatRequest extends DataPipelineRequest implements ToCopyableBuilder<ReportTaskRunnerHeartbeatRequest.Builder,ReportTaskRunnerHeartbeatRequest>
Contains the parameters for ReportTaskRunnerHeartbeat.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ReportTaskRunnerHeartbeatRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ReportTaskRunnerHeartbeatRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
hostname()
The public DNS name of the task runner.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ReportTaskRunnerHeartbeatRequest.Builder> |
serializableBuilderClass() |
String |
taskrunnerId()
The ID of the task runner.
|
ReportTaskRunnerHeartbeatRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
workerGroup()
The type of task the task runner is configured to accept and process.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic 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.
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 in workerGroup; the string must be an exact, case-sensitive,
match.
workerGroup. There are no wildcard values permitted in workerGroup; the string
must be an exact, case-sensitive, match.public final String hostname()
The public DNS name of the task runner.
public ReportTaskRunnerHeartbeatRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ReportTaskRunnerHeartbeatRequest.Builder,ReportTaskRunnerHeartbeatRequest>toBuilder in class DataPipelineRequestpublic static ReportTaskRunnerHeartbeatRequest.Builder builder()
public static Class<? extends ReportTaskRunnerHeartbeatRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic 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 SdkRequestCopyright © 2021. All rights reserved.