@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SAPODataSourceProperties extends Object implements Serializable, Cloneable, StructuredPojo
The properties that are applied when using SAPOData as a flow source.
Constructor and Description |
---|
SAPODataSourceProperties() |
Modifier and Type | Method and Description |
---|---|
SAPODataSourceProperties |
clone() |
boolean |
equals(Object obj) |
String |
getObjectPath()
The object path specified in the SAPOData flow source.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setObjectPath(String objectPath)
The object path specified in the SAPOData flow source.
|
String |
toString()
Returns a string representation of this object.
|
SAPODataSourceProperties |
withObjectPath(String objectPath)
The object path specified in the SAPOData flow source.
|
public void setObjectPath(String objectPath)
The object path specified in the SAPOData flow source.
objectPath
- The object path specified in the SAPOData flow source.public String getObjectPath()
The object path specified in the SAPOData flow source.
public SAPODataSourceProperties withObjectPath(String objectPath)
The object path specified in the SAPOData flow source.
objectPath
- The object path specified in the SAPOData flow source.public String toString()
toString
in class Object
Object.toString()
public SAPODataSourceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.