@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DataQualityJobInput extends Object implements Serializable, Cloneable, StructuredPojo
The input for the data quality monitoring job. Currently endpoints are supported for input.
| Constructor and Description | 
|---|
DataQualityJobInput()  | 
| Modifier and Type | Method and Description | 
|---|---|
DataQualityJobInput | 
clone()  | 
boolean | 
equals(Object obj)  | 
EndpointInput | 
getEndpointInput()  | 
int | 
hashCode()  | 
void | 
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given  
ProtocolMarshaller. | 
void | 
setEndpointInput(EndpointInput endpointInput)  | 
String | 
toString()
Returns a string representation of this object. 
 | 
DataQualityJobInput | 
withEndpointInput(EndpointInput endpointInput)  | 
public void setEndpointInput(EndpointInput endpointInput)
endpointInput - public EndpointInput getEndpointInput()
public DataQualityJobInput withEndpointInput(EndpointInput endpointInput)
endpointInput - public String toString()
toString in class ObjectObject.toString()public DataQualityJobInput clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.