@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class StartSuiteRunResult extends AmazonWebServiceResult<ResponseMetadata> implements Serializable, Cloneable
Constructor and Description |
---|
StartSuiteRunResult() |
Modifier and Type | Method and Description |
---|---|
StartSuiteRunResult |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
Date (in Unix epoch time) when the suite run was created.
|
String |
getSuiteRunArn()
Amazon resource name of the started suite run.
|
String |
getSuiteRunId()
Suite Run Id of the started suite run.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
Date (in Unix epoch time) when the suite run was created.
|
void |
setSuiteRunArn(String suiteRunArn)
Amazon resource name of the started suite run.
|
void |
setSuiteRunId(String suiteRunId)
Suite Run Id of the started suite run.
|
String |
toString()
Returns a string representation of this object.
|
StartSuiteRunResult |
withCreatedAt(Date createdAt)
Date (in Unix epoch time) when the suite run was created.
|
StartSuiteRunResult |
withSuiteRunArn(String suiteRunArn)
Amazon resource name of the started suite run.
|
StartSuiteRunResult |
withSuiteRunId(String suiteRunId)
Suite Run Id of the started suite run.
|
getSdkHttpMetadata, getSdkResponseMetadata, setSdkHttpMetadata, setSdkResponseMetadata
public void setSuiteRunId(String suiteRunId)
Suite Run Id of the started suite run.
suiteRunId
- Suite Run Id of the started suite run.public String getSuiteRunId()
Suite Run Id of the started suite run.
public StartSuiteRunResult withSuiteRunId(String suiteRunId)
Suite Run Id of the started suite run.
suiteRunId
- Suite Run Id of the started suite run.public void setSuiteRunArn(String suiteRunArn)
Amazon resource name of the started suite run.
suiteRunArn
- Amazon resource name of the started suite run.public String getSuiteRunArn()
Amazon resource name of the started suite run.
public StartSuiteRunResult withSuiteRunArn(String suiteRunArn)
Amazon resource name of the started suite run.
suiteRunArn
- Amazon resource name of the started suite run.public void setCreatedAt(Date createdAt)
Date (in Unix epoch time) when the suite run was created.
createdAt
- Date (in Unix epoch time) when the suite run was created.public Date getCreatedAt()
Date (in Unix epoch time) when the suite run was created.
public StartSuiteRunResult withCreatedAt(Date createdAt)
Date (in Unix epoch time) when the suite run was created.
createdAt
- Date (in Unix epoch time) when the suite run was created.public String toString()
toString
in class Object
Object.toString()
public StartSuiteRunResult clone()