@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)  | 
<T> Optional<T> | 
getValueForField(String fieldName,
                Class<T> clazz)
Used to retrieve the value of a field from any class that extends  
SdkRequest. | 
int | 
hashCode()  | 
String | 
hostname()
 The public DNS name of the task runner. 
 | 
static Class<? extends ReportTaskRunnerHeartbeatRequest.Builder> | 
serializableBuilderClass()  | 
String | 
taskrunnerId()
 The ID of the task runner. 
 | 
ReportTaskRunnerHeartbeatRequest.Builder | 
toBuilder()
Take this object and create a builder that contains all of the current property values of this object. 
 | 
String | 
toString()  | 
String | 
workerGroup()
 The type of task the task runner is configured to accept and process. 
 | 
overrideConfigurationcopypublic 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 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 String hostname()
The public DNS name of the task runner.
public ReportTaskRunnerHeartbeatRequest.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<ReportTaskRunnerHeartbeatRequest.Builder,ReportTaskRunnerHeartbeatRequest>toBuilder in class DataPipelineRequestpublic static ReportTaskRunnerHeartbeatRequest.Builder builder()
public static Class<? extends ReportTaskRunnerHeartbeatRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
SdkRequestSdkRequest. The field name
 specified should match the member name from the corresponding service-2.json model specified in the
 codegen-resources folder for a given service. The class specifies what class to cast the returned value to.
 If the returned value is also a modeled class, the SdkRequest.getValueForField(String, Class) method will
 again be available.getValueForField in class SdkRequestfieldName - The name of the member to be retrieved.clazz - The class to cast the returned object to.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.