@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetSuiteRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetSuiteRunResult() |
Modifier and Type | Method and Description |
---|---|
GetSuiteRunResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetSuiteRunResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetSuiteRunResult |
clone() |
boolean |
equals(Object obj) |
Date |
getEndTime()
Gets the information about Device Advisor test suite run based on end time.
|
String |
getErrorReason()
Gets the information about Device Advisor test suite run based on error.
|
Date |
getStartTime()
Gets the information about Device Advisor test suite run based on start time.
|
String |
getStatus()
Gets the information about Device Advisor test suite run based on its status.
|
String |
getSuiteDefinitionId()
Gets the information about Device Advisor test suite run based on suite definition Id.
|
String |
getSuiteDefinitionVersion()
Gets the information about Device Advisor test suite run based on suite definition version.
|
String |
getSuiteRunArn()
The ARN of the suite run.
|
SuiteRunConfiguration |
getSuiteRunConfiguration()
Gets the information about Device Advisor test suite run based on suite configuration.
|
String |
getSuiteRunId()
Gets the information about Device Advisor test suite run based on suite run Id.
|
Map<String,String> |
getTags()
The tags attached to the suite run.
|
TestResult |
getTestResult()
Gets the information about Device Advisor test suite run based on test case runs.
|
int |
hashCode() |
void |
setEndTime(Date endTime)
Gets the information about Device Advisor test suite run based on end time.
|
void |
setErrorReason(String errorReason)
Gets the information about Device Advisor test suite run based on error.
|
void |
setStartTime(Date startTime)
Gets the information about Device Advisor test suite run based on start time.
|
void |
setStatus(String status)
Gets the information about Device Advisor test suite run based on its status.
|
void |
setSuiteDefinitionId(String suiteDefinitionId)
Gets the information about Device Advisor test suite run based on suite definition Id.
|
void |
setSuiteDefinitionVersion(String suiteDefinitionVersion)
Gets the information about Device Advisor test suite run based on suite definition version.
|
void |
setSuiteRunArn(String suiteRunArn)
The ARN of the suite run.
|
void |
setSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Gets the information about Device Advisor test suite run based on suite configuration.
|
void |
setSuiteRunId(String suiteRunId)
Gets the information about Device Advisor test suite run based on suite run Id.
|
void |
setTags(Map<String,String> tags)
The tags attached to the suite run.
|
void |
setTestResult(TestResult testResult)
Gets the information about Device Advisor test suite run based on test case runs.
|
String |
toString()
Returns a string representation of this object.
|
GetSuiteRunResult |
withEndTime(Date endTime)
Gets the information about Device Advisor test suite run based on end time.
|
GetSuiteRunResult |
withErrorReason(String errorReason)
Gets the information about Device Advisor test suite run based on error.
|
GetSuiteRunResult |
withStartTime(Date startTime)
Gets the information about Device Advisor test suite run based on start time.
|
GetSuiteRunResult |
withStatus(String status)
Gets the information about Device Advisor test suite run based on its status.
|
GetSuiteRunResult |
withStatus(SuiteRunStatus status)
Gets the information about Device Advisor test suite run based on its status.
|
GetSuiteRunResult |
withSuiteDefinitionId(String suiteDefinitionId)
Gets the information about Device Advisor test suite run based on suite definition Id.
|
GetSuiteRunResult |
withSuiteDefinitionVersion(String suiteDefinitionVersion)
Gets the information about Device Advisor test suite run based on suite definition version.
|
GetSuiteRunResult |
withSuiteRunArn(String suiteRunArn)
The ARN of the suite run.
|
GetSuiteRunResult |
withSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Gets the information about Device Advisor test suite run based on suite configuration.
|
GetSuiteRunResult |
withSuiteRunId(String suiteRunId)
Gets the information about Device Advisor test suite run based on suite run Id.
|
GetSuiteRunResult |
withTags(Map<String,String> tags)
The tags attached to the suite run.
|
GetSuiteRunResult |
withTestResult(TestResult testResult)
Gets the information about Device Advisor test suite run based on test case runs.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSuiteDefinitionId(String suiteDefinitionId)
Gets the information about Device Advisor test suite run based on suite definition Id.
suiteDefinitionId
- Gets the information about Device Advisor test suite run based on suite definition Id.public String getSuiteDefinitionId()
Gets the information about Device Advisor test suite run based on suite definition Id.
public GetSuiteRunResult withSuiteDefinitionId(String suiteDefinitionId)
Gets the information about Device Advisor test suite run based on suite definition Id.
suiteDefinitionId
- Gets the information about Device Advisor test suite run based on suite definition Id.public void setSuiteDefinitionVersion(String suiteDefinitionVersion)
Gets the information about Device Advisor test suite run based on suite definition version.
suiteDefinitionVersion
- Gets the information about Device Advisor test suite run based on suite definition version.public String getSuiteDefinitionVersion()
Gets the information about Device Advisor test suite run based on suite definition version.
public GetSuiteRunResult withSuiteDefinitionVersion(String suiteDefinitionVersion)
Gets the information about Device Advisor test suite run based on suite definition version.
suiteDefinitionVersion
- Gets the information about Device Advisor test suite run based on suite definition version.public void setSuiteRunId(String suiteRunId)
Gets the information about Device Advisor test suite run based on suite run Id.
suiteRunId
- Gets the information about Device Advisor test suite run based on suite run Id.public String getSuiteRunId()
Gets the information about Device Advisor test suite run based on suite run Id.
public GetSuiteRunResult withSuiteRunId(String suiteRunId)
Gets the information about Device Advisor test suite run based on suite run Id.
suiteRunId
- Gets the information about Device Advisor test suite run based on suite run Id.public void setSuiteRunArn(String suiteRunArn)
The ARN of the suite run.
suiteRunArn
- The ARN of the suite run.public String getSuiteRunArn()
The ARN of the suite run.
public GetSuiteRunResult withSuiteRunArn(String suiteRunArn)
The ARN of the suite run.
suiteRunArn
- The ARN of the suite run.public void setSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Gets the information about Device Advisor test suite run based on suite configuration.
suiteRunConfiguration
- Gets the information about Device Advisor test suite run based on suite configuration.public SuiteRunConfiguration getSuiteRunConfiguration()
Gets the information about Device Advisor test suite run based on suite configuration.
public GetSuiteRunResult withSuiteRunConfiguration(SuiteRunConfiguration suiteRunConfiguration)
Gets the information about Device Advisor test suite run based on suite configuration.
suiteRunConfiguration
- Gets the information about Device Advisor test suite run based on suite configuration.public void setTestResult(TestResult testResult)
Gets the information about Device Advisor test suite run based on test case runs.
testResult
- Gets the information about Device Advisor test suite run based on test case runs.public TestResult getTestResult()
Gets the information about Device Advisor test suite run based on test case runs.
public GetSuiteRunResult withTestResult(TestResult testResult)
Gets the information about Device Advisor test suite run based on test case runs.
testResult
- Gets the information about Device Advisor test suite run based on test case runs.public void setStartTime(Date startTime)
Gets the information about Device Advisor test suite run based on start time.
startTime
- Gets the information about Device Advisor test suite run based on start time.public Date getStartTime()
Gets the information about Device Advisor test suite run based on start time.
public GetSuiteRunResult withStartTime(Date startTime)
Gets the information about Device Advisor test suite run based on start time.
startTime
- Gets the information about Device Advisor test suite run based on start time.public void setEndTime(Date endTime)
Gets the information about Device Advisor test suite run based on end time.
endTime
- Gets the information about Device Advisor test suite run based on end time.public Date getEndTime()
Gets the information about Device Advisor test suite run based on end time.
public GetSuiteRunResult withEndTime(Date endTime)
Gets the information about Device Advisor test suite run based on end time.
endTime
- Gets the information about Device Advisor test suite run based on end time.public void setStatus(String status)
Gets the information about Device Advisor test suite run based on its status.
status
- Gets the information about Device Advisor test suite run based on its status.SuiteRunStatus
public String getStatus()
Gets the information about Device Advisor test suite run based on its status.
SuiteRunStatus
public GetSuiteRunResult withStatus(String status)
Gets the information about Device Advisor test suite run based on its status.
status
- Gets the information about Device Advisor test suite run based on its status.SuiteRunStatus
public GetSuiteRunResult withStatus(SuiteRunStatus status)
Gets the information about Device Advisor test suite run based on its status.
status
- Gets the information about Device Advisor test suite run based on its status.SuiteRunStatus
public void setErrorReason(String errorReason)
Gets the information about Device Advisor test suite run based on error.
errorReason
- Gets the information about Device Advisor test suite run based on error.public String getErrorReason()
Gets the information about Device Advisor test suite run based on error.
public GetSuiteRunResult withErrorReason(String errorReason)
Gets the information about Device Advisor test suite run based on error.
errorReason
- Gets the information about Device Advisor test suite run based on error.public Map<String,String> getTags()
The tags attached to the suite run.
public void setTags(Map<String,String> tags)
The tags attached to the suite run.
tags
- The tags attached to the suite run.public GetSuiteRunResult withTags(Map<String,String> tags)
The tags attached to the suite run.
tags
- The tags attached to the suite run.public GetSuiteRunResult addTagsEntry(String key, String value)
public GetSuiteRunResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetSuiteRunResult clone()