@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetGroundTruthManifest extends Object implements Serializable, Cloneable, StructuredPojo
Location information about a manifest file. You can use a manifest file to create a dataset.
Constructor and Description |
---|
DatasetGroundTruthManifest() |
Modifier and Type | Method and Description |
---|---|
DatasetGroundTruthManifest |
clone() |
boolean |
equals(Object obj) |
InputS3Object |
getS3Object()
The S3 bucket location for the manifest file.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setS3Object(InputS3Object s3Object)
The S3 bucket location for the manifest file.
|
String |
toString()
Returns a string representation of this object.
|
DatasetGroundTruthManifest |
withS3Object(InputS3Object s3Object)
The S3 bucket location for the manifest file.
|
public void setS3Object(InputS3Object s3Object)
The S3 bucket location for the manifest file.
s3Object
- The S3 bucket location for the manifest file.public InputS3Object getS3Object()
The S3 bucket location for the manifest file.
public DatasetGroundTruthManifest withS3Object(InputS3Object s3Object)
The S3 bucket location for the manifest file.
s3Object
- The S3 bucket location for the manifest file.public String toString()
toString
in class Object
Object.toString()
public DatasetGroundTruthManifest clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.