@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SuiteDefinitionInformation extends Object implements Serializable, Cloneable, StructuredPojo
Get suite definition information.
Constructor and Description |
---|
SuiteDefinitionInformation() |
Modifier and Type | Method and Description |
---|---|
SuiteDefinitionInformation |
clone() |
boolean |
equals(Object obj) |
Date |
getCreatedAt()
Gets the information of when the test suite was created.
|
List<DeviceUnderTest> |
getDefaultDevices()
Specifies the devices under test.
|
Boolean |
getIntendedForQualification()
Gets the test suites which will be used for qualification.
|
String |
getSuiteDefinitionId()
Get suite definition Id.
|
String |
getSuiteDefinitionName()
Get test suite name.
|
int |
hashCode() |
Boolean |
isIntendedForQualification()
Gets the test suites which will be used for qualification.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setCreatedAt(Date createdAt)
Gets the information of when the test suite was created.
|
void |
setDefaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices under test.
|
void |
setIntendedForQualification(Boolean intendedForQualification)
Gets the test suites which will be used for qualification.
|
void |
setSuiteDefinitionId(String suiteDefinitionId)
Get suite definition Id.
|
void |
setSuiteDefinitionName(String suiteDefinitionName)
Get test suite name.
|
String |
toString()
Returns a string representation of this object.
|
SuiteDefinitionInformation |
withCreatedAt(Date createdAt)
Gets the information of when the test suite was created.
|
SuiteDefinitionInformation |
withDefaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices under test.
|
SuiteDefinitionInformation |
withDefaultDevices(DeviceUnderTest... defaultDevices)
Specifies the devices under test.
|
SuiteDefinitionInformation |
withIntendedForQualification(Boolean intendedForQualification)
Gets the test suites which will be used for qualification.
|
SuiteDefinitionInformation |
withSuiteDefinitionId(String suiteDefinitionId)
Get suite definition Id.
|
SuiteDefinitionInformation |
withSuiteDefinitionName(String suiteDefinitionName)
Get test suite name.
|
public void setSuiteDefinitionId(String suiteDefinitionId)
Get suite definition Id.
suiteDefinitionId
- Get suite definition Id.public String getSuiteDefinitionId()
Get suite definition Id.
public SuiteDefinitionInformation withSuiteDefinitionId(String suiteDefinitionId)
Get suite definition Id.
suiteDefinitionId
- Get suite definition Id.public void setSuiteDefinitionName(String suiteDefinitionName)
Get test suite name.
suiteDefinitionName
- Get test suite name.public String getSuiteDefinitionName()
Get test suite name.
public SuiteDefinitionInformation withSuiteDefinitionName(String suiteDefinitionName)
Get test suite name.
suiteDefinitionName
- Get test suite name.public List<DeviceUnderTest> getDefaultDevices()
Specifies the devices under test.
public void setDefaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices under test.
defaultDevices
- Specifies the devices under test.public SuiteDefinitionInformation withDefaultDevices(DeviceUnderTest... defaultDevices)
Specifies the devices under test.
NOTE: This method appends the values to the existing list (if any). Use
setDefaultDevices(java.util.Collection)
or withDefaultDevices(java.util.Collection)
if you want
to override the existing values.
defaultDevices
- Specifies the devices under test.public SuiteDefinitionInformation withDefaultDevices(Collection<DeviceUnderTest> defaultDevices)
Specifies the devices under test.
defaultDevices
- Specifies the devices under test.public void setIntendedForQualification(Boolean intendedForQualification)
Gets the test suites which will be used for qualification.
intendedForQualification
- Gets the test suites which will be used for qualification.public Boolean getIntendedForQualification()
Gets the test suites which will be used for qualification.
public SuiteDefinitionInformation withIntendedForQualification(Boolean intendedForQualification)
Gets the test suites which will be used for qualification.
intendedForQualification
- Gets the test suites which will be used for qualification.public Boolean isIntendedForQualification()
Gets the test suites which will be used for qualification.
public void setCreatedAt(Date createdAt)
Gets the information of when the test suite was created.
createdAt
- Gets the information of when the test suite was created.public Date getCreatedAt()
Gets the information of when the test suite was created.
public SuiteDefinitionInformation withCreatedAt(Date createdAt)
Gets the information of when the test suite was created.
createdAt
- Gets the information of when the test suite was created.public String toString()
toString
in class Object
Object.toString()
public SuiteDefinitionInformation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.