@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HumanLoopRequestSource extends Object implements Serializable, Cloneable, StructuredPojo
Container for configuring the source of human task requests.
Constructor and Description |
---|
HumanLoopRequestSource() |
Modifier and Type | Method and Description |
---|---|
HumanLoopRequestSource |
clone() |
boolean |
equals(Object obj) |
String |
getAwsManagedHumanLoopRequestSource()
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAwsManagedHumanLoopRequestSource(String awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.
|
String |
toString()
Returns a string representation of this object.
|
HumanLoopRequestSource |
withAwsManagedHumanLoopRequestSource(AwsManagedHumanLoopRequestSource awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.
|
HumanLoopRequestSource |
withAwsManagedHumanLoopRequestSource(String awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source.
|
public void setAwsManagedHumanLoopRequestSource(String awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:
awsManagedHumanLoopRequestSource
- Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default
field settings and JSON parsing rules are different based on the integration source. Valid values:AwsManagedHumanLoopRequestSource
public String getAwsManagedHumanLoopRequestSource()
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:
AwsManagedHumanLoopRequestSource
public HumanLoopRequestSource withAwsManagedHumanLoopRequestSource(String awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:
awsManagedHumanLoopRequestSource
- Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default
field settings and JSON parsing rules are different based on the integration source. Valid values:AwsManagedHumanLoopRequestSource
public HumanLoopRequestSource withAwsManagedHumanLoopRequestSource(AwsManagedHumanLoopRequestSource awsManagedHumanLoopRequestSource)
Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default field settings and JSON parsing rules are different based on the integration source. Valid values:
awsManagedHumanLoopRequestSource
- Specifies whether Amazon Rekognition or Amazon Textract are used as the integration source. The default
field settings and JSON parsing rules are different based on the integration source. Valid values:AwsManagedHumanLoopRequestSource
public String toString()
toString
in class Object
Object.toString()
public HumanLoopRequestSource clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.