@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestSetExportSpecification extends Object implements Serializable, Cloneable, StructuredPojo
Contains information about the test set that is exported.
| Constructor and Description |
|---|
TestSetExportSpecification() |
| Modifier and Type | Method and Description |
|---|---|
TestSetExportSpecification |
clone() |
boolean |
equals(Object obj) |
String |
getTestSetId()
The unique identifier of the test set.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setTestSetId(String testSetId)
The unique identifier of the test set.
|
String |
toString()
Returns a string representation of this object.
|
TestSetExportSpecification |
withTestSetId(String testSetId)
The unique identifier of the test set.
|
public void setTestSetId(String testSetId)
The unique identifier of the test set.
testSetId - The unique identifier of the test set.public String getTestSetId()
The unique identifier of the test set.
public TestSetExportSpecification withTestSetId(String testSetId)
The unique identifier of the test set.
testSetId - The unique identifier of the test set.public String toString()
toString in class ObjectObject.toString()public TestSetExportSpecification clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.