@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) |
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 ObjectObject.toString()public SAPODataSourceProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2022. All rights reserved.