@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelsS3InputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
The location information (prefix and bucket name) for the s3 location being used for label data.
| Constructor and Description |
|---|
LabelsS3InputConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LabelsS3InputConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getBucket()
The name of the S3 bucket holding the label data.
|
String |
getPrefix()
The prefix for the S3 bucket used for the label data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setBucket(String bucket)
The name of the S3 bucket holding the label data.
|
void |
setPrefix(String prefix)
The prefix for the S3 bucket used for the label data.
|
String |
toString()
Returns a string representation of this object.
|
LabelsS3InputConfiguration |
withBucket(String bucket)
The name of the S3 bucket holding the label data.
|
LabelsS3InputConfiguration |
withPrefix(String prefix)
The prefix for the S3 bucket used for the label data.
|
public void setBucket(String bucket)
The name of the S3 bucket holding the label data.
bucket - The name of the S3 bucket holding the label data.public String getBucket()
The name of the S3 bucket holding the label data.
public LabelsS3InputConfiguration withBucket(String bucket)
The name of the S3 bucket holding the label data.
bucket - The name of the S3 bucket holding the label data.public void setPrefix(String prefix)
The prefix for the S3 bucket used for the label data.
prefix - The prefix for the S3 bucket used for the label data.public String getPrefix()
The prefix for the S3 bucket used for the label data.
public LabelsS3InputConfiguration withPrefix(String prefix)
The prefix for the S3 bucket used for the label data.
prefix - The prefix for the S3 bucket used for the label data.public String toString()
toString in class ObjectObject.toString()public LabelsS3InputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.