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