@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()
Starts a Device Advisor test suite run based on suite create time.
|
String |
getSuiteRunArn()
Amazon Resource Name (ARN) of the started suite run.
|
String |
getSuiteRunId()
Suite Run ID of the started suite run.
|
int |
hashCode() |
void |
setCreatedAt(Date createdAt)
Starts a Device Advisor test suite run based on suite create time.
|
void |
setSuiteRunArn(String suiteRunArn)
Amazon Resource Name (ARN) 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)
Starts a Device Advisor test suite run based on suite create time.
|
StartSuiteRunResult |
withSuiteRunArn(String suiteRunArn)
Amazon Resource Name (ARN) 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 (ARN) of the started suite run.
suiteRunArn
- Amazon Resource Name (ARN) of the started suite run.public String getSuiteRunArn()
Amazon Resource Name (ARN) of the started suite run.
public StartSuiteRunResult withSuiteRunArn(String suiteRunArn)
Amazon Resource Name (ARN) of the started suite run.
suiteRunArn
- Amazon Resource Name (ARN) of the started suite run.public void setCreatedAt(Date createdAt)
Starts a Device Advisor test suite run based on suite create time.
createdAt
- Starts a Device Advisor test suite run based on suite create time.public Date getCreatedAt()
Starts a Device Advisor test suite run based on suite create time.
public StartSuiteRunResult withCreatedAt(Date createdAt)
Starts a Device Advisor test suite run based on suite create time.
createdAt
- Starts a Device Advisor test suite run based on suite create time.public String toString()
toString
in class Object
Object.toString()
public StartSuiteRunResult clone()