@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class LabelsInputConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Contains the configuration information for the S3 location being used to hold label data.
| Constructor and Description |
|---|
LabelsInputConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
LabelsInputConfiguration |
clone() |
boolean |
equals(Object obj) |
LabelsS3InputConfiguration |
getS3InputConfiguration()
Contains location information for the S3 location being used for label data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setS3InputConfiguration(LabelsS3InputConfiguration s3InputConfiguration)
Contains location information for the S3 location being used for label data.
|
String |
toString()
Returns a string representation of this object.
|
LabelsInputConfiguration |
withS3InputConfiguration(LabelsS3InputConfiguration s3InputConfiguration)
Contains location information for the S3 location being used for label data.
|
public void setS3InputConfiguration(LabelsS3InputConfiguration s3InputConfiguration)
Contains location information for the S3 location being used for label data.
s3InputConfiguration - Contains location information for the S3 location being used for label data.public LabelsS3InputConfiguration getS3InputConfiguration()
Contains location information for the S3 location being used for label data.
public LabelsInputConfiguration withS3InputConfiguration(LabelsS3InputConfiguration s3InputConfiguration)
Contains location information for the S3 location being used for label data.
s3InputConfiguration - Contains location information for the S3 location being used for label data.public String toString()
toString in class ObjectObject.toString()public LabelsInputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.