Class ListBatchJobRestartPointsRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.m2.model.M2Request
-
- software.amazon.awssdk.services.m2.model.ListBatchJobRestartPointsRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<ListBatchJobRestartPointsRequest.Builder,ListBatchJobRestartPointsRequest>
@Generated("software.amazon.awssdk:codegen") public final class ListBatchJobRestartPointsRequest extends M2Request implements ToCopyableBuilder<ListBatchJobRestartPointsRequest.Builder,ListBatchJobRestartPointsRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceListBatchJobRestartPointsRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringapplicationId()The unique identifier of the application.static ListBatchJobRestartPointsRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringexecutionId()The unique identifier of each batch job execution.<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()List<SdkField<?>>sdkFields()static Class<? extends ListBatchJobRestartPointsRequest.Builder>serializableBuilderClass()ListBatchJobRestartPointsRequest.BuildertoBuilder()StringtoString()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
-
applicationId
public final String applicationId()
The unique identifier of the application.
- Returns:
- The unique identifier of the application.
-
executionId
public final String executionId()
The unique identifier of each batch job execution.
- Returns:
- The unique identifier of each batch job execution.
-
toBuilder
public ListBatchJobRestartPointsRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ListBatchJobRestartPointsRequest.Builder,ListBatchJobRestartPointsRequest>- Specified by:
toBuilderin classM2Request
-
builder
public static ListBatchJobRestartPointsRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends ListBatchJobRestartPointsRequest.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
-
-