@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetTestCaseResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
GetTestCaseResult() |
Modifier and Type | Method and Description |
---|---|
GetTestCaseResult |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
GetTestCaseResult |
clearTagsEntries()
Removes all the entries added into Tags.
|
GetTestCaseResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreationTime()
The creation time of the test case.
|
String |
getDescription()
The description of the test case.
|
Date |
getLastUpdateTime()
The last update time of the test case.
|
TestCaseLatestVersion |
getLatestVersion()
The latest version of the test case.
|
String |
getName()
The name of the test case.
|
String |
getStatus()
The status of the test case.
|
String |
getStatusReason()
The status reason of the test case.
|
List<Step> |
getSteps()
The steps of the test case.
|
Map<String,String> |
getTags()
The tags of the test case.
|
String |
getTestCaseArn()
The Amazon Resource Name (ARN) of the test case.
|
String |
getTestCaseId()
The response test ID of the test case.
|
Integer |
getTestCaseVersion()
The case version of the test case.
|
int |
hashCode() |
void |
setCreationTime(Date creationTime)
The creation time of the test case.
|
void |
setDescription(String description)
The description of the test case.
|
void |
setLastUpdateTime(Date lastUpdateTime)
The last update time of the test case.
|
void |
setLatestVersion(TestCaseLatestVersion latestVersion)
The latest version of the test case.
|
void |
setName(String name)
The name of the test case.
|
void |
setStatus(String status)
The status of the test case.
|
void |
setStatusReason(String statusReason)
The status reason of the test case.
|
void |
setSteps(Collection<Step> steps)
The steps of the test case.
|
void |
setTags(Map<String,String> tags)
The tags of the test case.
|
void |
setTestCaseArn(String testCaseArn)
The Amazon Resource Name (ARN) of the test case.
|
void |
setTestCaseId(String testCaseId)
The response test ID of the test case.
|
void |
setTestCaseVersion(Integer testCaseVersion)
The case version of the test case.
|
String |
toString()
Returns a string representation of this object.
|
GetTestCaseResult |
withCreationTime(Date creationTime)
The creation time of the test case.
|
GetTestCaseResult |
withDescription(String description)
The description of the test case.
|
GetTestCaseResult |
withLastUpdateTime(Date lastUpdateTime)
The last update time of the test case.
|
GetTestCaseResult |
withLatestVersion(TestCaseLatestVersion latestVersion)
The latest version of the test case.
|
GetTestCaseResult |
withName(String name)
The name of the test case.
|
GetTestCaseResult |
withStatus(String status)
The status of the test case.
|
GetTestCaseResult |
withStatus(TestCaseLifecycle status)
The status of the test case.
|
GetTestCaseResult |
withStatusReason(String statusReason)
The status reason of the test case.
|
GetTestCaseResult |
withSteps(Collection<Step> steps)
The steps of the test case.
|
GetTestCaseResult |
withSteps(Step... steps)
The steps of the test case.
|
GetTestCaseResult |
withTags(Map<String,String> tags)
The tags of the test case.
|
GetTestCaseResult |
withTestCaseArn(String testCaseArn)
The Amazon Resource Name (ARN) of the test case.
|
GetTestCaseResult |
withTestCaseId(String testCaseId)
The response test ID of the test case.
|
GetTestCaseResult |
withTestCaseVersion(Integer testCaseVersion)
The case version of the test case.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setTestCaseId(String testCaseId)
The response test ID of the test case.
testCaseId
- The response test ID of the test case.public String getTestCaseId()
The response test ID of the test case.
public GetTestCaseResult withTestCaseId(String testCaseId)
The response test ID of the test case.
testCaseId
- The response test ID of the test case.public void setTestCaseArn(String testCaseArn)
The Amazon Resource Name (ARN) of the test case.
testCaseArn
- The Amazon Resource Name (ARN) of the test case.public String getTestCaseArn()
The Amazon Resource Name (ARN) of the test case.
public GetTestCaseResult withTestCaseArn(String testCaseArn)
The Amazon Resource Name (ARN) of the test case.
testCaseArn
- The Amazon Resource Name (ARN) of the test case.public void setName(String name)
The name of the test case.
name
- The name of the test case.public String getName()
The name of the test case.
public GetTestCaseResult withName(String name)
The name of the test case.
name
- The name of the test case.public void setDescription(String description)
The description of the test case.
description
- The description of the test case.public String getDescription()
The description of the test case.
public GetTestCaseResult withDescription(String description)
The description of the test case.
description
- The description of the test case.public void setLatestVersion(TestCaseLatestVersion latestVersion)
The latest version of the test case.
latestVersion
- The latest version of the test case.public TestCaseLatestVersion getLatestVersion()
The latest version of the test case.
public GetTestCaseResult withLatestVersion(TestCaseLatestVersion latestVersion)
The latest version of the test case.
latestVersion
- The latest version of the test case.public void setTestCaseVersion(Integer testCaseVersion)
The case version of the test case.
testCaseVersion
- The case version of the test case.public Integer getTestCaseVersion()
The case version of the test case.
public GetTestCaseResult withTestCaseVersion(Integer testCaseVersion)
The case version of the test case.
testCaseVersion
- The case version of the test case.public void setStatus(String status)
The status of the test case.
status
- The status of the test case.TestCaseLifecycle
public String getStatus()
The status of the test case.
TestCaseLifecycle
public GetTestCaseResult withStatus(String status)
The status of the test case.
status
- The status of the test case.TestCaseLifecycle
public GetTestCaseResult withStatus(TestCaseLifecycle status)
The status of the test case.
status
- The status of the test case.TestCaseLifecycle
public void setStatusReason(String statusReason)
The status reason of the test case.
statusReason
- The status reason of the test case.public String getStatusReason()
The status reason of the test case.
public GetTestCaseResult withStatusReason(String statusReason)
The status reason of the test case.
statusReason
- The status reason of the test case.public void setCreationTime(Date creationTime)
The creation time of the test case.
creationTime
- The creation time of the test case.public Date getCreationTime()
The creation time of the test case.
public GetTestCaseResult withCreationTime(Date creationTime)
The creation time of the test case.
creationTime
- The creation time of the test case.public void setLastUpdateTime(Date lastUpdateTime)
The last update time of the test case.
lastUpdateTime
- The last update time of the test case.public Date getLastUpdateTime()
The last update time of the test case.
public GetTestCaseResult withLastUpdateTime(Date lastUpdateTime)
The last update time of the test case.
lastUpdateTime
- The last update time of the test case.public List<Step> getSteps()
The steps of the test case.
public void setSteps(Collection<Step> steps)
The steps of the test case.
steps
- The steps of the test case.public GetTestCaseResult withSteps(Step... steps)
The steps of the test case.
NOTE: This method appends the values to the existing list (if any). Use
setSteps(java.util.Collection)
or withSteps(java.util.Collection)
if you want to override the
existing values.
steps
- The steps of the test case.public GetTestCaseResult withSteps(Collection<Step> steps)
The steps of the test case.
steps
- The steps of the test case.public Map<String,String> getTags()
The tags of the test case.
public void setTags(Map<String,String> tags)
The tags of the test case.
tags
- The tags of the test case.public GetTestCaseResult withTags(Map<String,String> tags)
The tags of the test case.
tags
- The tags of the test case.public GetTestCaseResult addTagsEntry(String key, String value)
public GetTestCaseResult clearTagsEntries()
public String toString()
toString
in class Object
Object.toString()
public GetTestCaseResult clone()