@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopCompilationJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StopCompilationJobRequest() |
Modifier and Type | Method and Description |
---|---|
StopCompilationJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCompilationJobName()
The name of the model compilation job to stop.
|
int |
hashCode() |
void |
setCompilationJobName(String compilationJobName)
The name of the model compilation job to stop.
|
String |
toString()
Returns a string representation of this object.
|
StopCompilationJobRequest |
withCompilationJobName(String compilationJobName)
The name of the model compilation job to stop.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public void setCompilationJobName(String compilationJobName)
The name of the model compilation job to stop.
compilationJobName
- The name of the model compilation job to stop.public String getCompilationJobName()
The name of the model compilation job to stop.
public StopCompilationJobRequest withCompilationJobName(String compilationJobName)
The name of the model compilation job to stop.
compilationJobName
- The name of the model compilation job to stop.public String toString()
toString
in class Object
Object.toString()
public StopCompilationJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()