@Generated(value="software.amazon.awssdk:codegen") public final class StopJobRunRequest extends DataBrewRequest implements ToCopyableBuilder<StopJobRunRequest.Builder,StopJobRunRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
StopJobRunRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static StopJobRunRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
name()
The name of the job to be stopped.
|
String |
runId()
The ID of the job run to be stopped.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends StopJobRunRequest.Builder> |
serializableBuilderClass() |
StopJobRunRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String name()
The name of the job to be stopped.
public final String runId()
The ID of the job run to be stopped.
public StopJobRunRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<StopJobRunRequest.Builder,StopJobRunRequest>toBuilder in class DataBrewRequestpublic static StopJobRunRequest.Builder builder()
public static Class<? extends StopJobRunRequest.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 © 2023. All rights reserved.