Class DescribeJobExecutionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.iot.model.IotRequest
-
- software.amazon.awssdk.services.iot.model.DescribeJobExecutionRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<DescribeJobExecutionRequest.Builder,DescribeJobExecutionRequest>
@Generated("software.amazon.awssdk:codegen") public final class DescribeJobExecutionRequest extends IotRequest implements ToCopyableBuilder<DescribeJobExecutionRequest.Builder,DescribeJobExecutionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
DescribeJobExecutionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static DescribeJobExecutionRequest.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
Long
executionNumber()
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
String
jobId()
The unique identifier you assigned to this job when it was created.List<SdkField<?>>
sdkFields()
static Class<? extends DescribeJobExecutionRequest.Builder>
serializableBuilderClass()
String
thingName()
The name of the thing on which the job execution is running.DescribeJobExecutionRequest.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
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
-
jobId
public final String jobId()
The unique identifier you assigned to this job when it was created.
- Returns:
- The unique identifier you assigned to this job when it was created.
-
thingName
public final String thingName()
The name of the thing on which the job execution is running.
- Returns:
- The name of the thing on which the job execution is running.
-
executionNumber
public final Long executionNumber()
A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
- Returns:
- A string (consisting of the digits "0" through "9" which is used to specify a particular job execution on a particular device.
-
toBuilder
public DescribeJobExecutionRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<DescribeJobExecutionRequest.Builder,DescribeJobExecutionRequest>
- Specified by:
toBuilder
in classIotRequest
-
builder
public static DescribeJobExecutionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends DescribeJobExecutionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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:
getValueForField
in classSdkRequest
-
-