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