@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EntityRecognizerOutputDataConfig extends Object implements Serializable, Cloneable, StructuredPojo
Output data configuration.
Constructor and Description |
---|
EntityRecognizerOutputDataConfig() |
Modifier and Type | Method and Description |
---|---|
EntityRecognizerOutputDataConfig |
clone() |
boolean |
equals(Object obj) |
String |
getFlywheelStatsS3Prefix()
The Amazon S3 prefix for the data lake location of the flywheel statistics.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setFlywheelStatsS3Prefix(String flywheelStatsS3Prefix)
The Amazon S3 prefix for the data lake location of the flywheel statistics.
|
String |
toString()
Returns a string representation of this object.
|
EntityRecognizerOutputDataConfig |
withFlywheelStatsS3Prefix(String flywheelStatsS3Prefix)
The Amazon S3 prefix for the data lake location of the flywheel statistics.
|
public void setFlywheelStatsS3Prefix(String flywheelStatsS3Prefix)
The Amazon S3 prefix for the data lake location of the flywheel statistics.
flywheelStatsS3Prefix
- The Amazon S3 prefix for the data lake location of the flywheel statistics.public String getFlywheelStatsS3Prefix()
The Amazon S3 prefix for the data lake location of the flywheel statistics.
public EntityRecognizerOutputDataConfig withFlywheelStatsS3Prefix(String flywheelStatsS3Prefix)
The Amazon S3 prefix for the data lake location of the flywheel statistics.
flywheelStatsS3Prefix
- The Amazon S3 prefix for the data lake location of the flywheel statistics.public String toString()
toString
in class Object
Object.toString()
public EntityRecognizerOutputDataConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.