@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StopSuiteRunRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
StopSuiteRunRequest() |
Modifier and Type | Method and Description |
---|---|
StopSuiteRunRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getSuiteDefinitionId()
Suite definition ID of the test suite run to be stopped.
|
String |
getSuiteRunId()
Suite run ID of the test suite run to be stopped.
|
int |
hashCode() |
void |
setSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite run to be stopped.
|
void |
setSuiteRunId(String suiteRunId)
Suite run ID of the test suite run to be stopped.
|
String |
toString()
Returns a string representation of this object.
|
StopSuiteRunRequest |
withSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite run to be stopped.
|
StopSuiteRunRequest |
withSuiteRunId(String suiteRunId)
Suite run ID of the test suite run to be stopped.
|
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 setSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite run to be stopped.
suiteDefinitionId
- Suite definition ID of the test suite run to be stopped.public String getSuiteDefinitionId()
Suite definition ID of the test suite run to be stopped.
public StopSuiteRunRequest withSuiteDefinitionId(String suiteDefinitionId)
Suite definition ID of the test suite run to be stopped.
suiteDefinitionId
- Suite definition ID of the test suite run to be stopped.public void setSuiteRunId(String suiteRunId)
Suite run ID of the test suite run to be stopped.
suiteRunId
- Suite run ID of the test suite run to be stopped.public String getSuiteRunId()
Suite run ID of the test suite run to be stopped.
public StopSuiteRunRequest withSuiteRunId(String suiteRunId)
Suite run ID of the test suite run to be stopped.
suiteRunId
- Suite run ID of the test suite run to be stopped.public String toString()
toString
in class Object
Object.toString()
public StopSuiteRunRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()