@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) |
String |
getLabelGroupName()
The name of the label group to be used for label data.
|
LabelsS3InputConfiguration |
getS3InputConfiguration()
Contains location information for the S3 location being used for label data.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setLabelGroupName(String labelGroupName)
The name of the label group to be used for label data.
|
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 |
withLabelGroupName(String labelGroupName)
The name of the label group to be used for label data.
|
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 void setLabelGroupName(String labelGroupName)
The name of the label group to be used for label data.
labelGroupName
- The name of the label group to be used for label data.public String getLabelGroupName()
The name of the label group to be used for label data.
public LabelsInputConfiguration withLabelGroupName(String labelGroupName)
The name of the label group to be used for label data.
labelGroupName
- The name of the label group to be used for label data.public String toString()
toString
in class Object
Object.toString()
public LabelsInputConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.