@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeSimulationJobBatchRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
DescribeSimulationJobBatchRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeSimulationJobBatchRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getBatch()
The id of the batch to describe.
|
int |
hashCode() |
void |
setBatch(String batch)
The id of the batch to describe.
|
String |
toString()
Returns a string representation of this object.
|
DescribeSimulationJobBatchRequest |
withBatch(String batch)
The id of the batch to describe.
|
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 setBatch(String batch)
The id of the batch to describe.
batch
- The id of the batch to describe.public String getBatch()
The id of the batch to describe.
public DescribeSimulationJobBatchRequest withBatch(String batch)
The id of the batch to describe.
batch
- The id of the batch to describe.public String toString()
toString
in class Object
Object.toString()
public DescribeSimulationJobBatchRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()