@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MarketoConnectorProfileProperties extends Object implements Serializable, Cloneable, StructuredPojo
The connector-specific profile properties required when using Marketo.
| Constructor and Description |
|---|
MarketoConnectorProfileProperties() |
| Modifier and Type | Method and Description |
|---|---|
MarketoConnectorProfileProperties |
clone() |
boolean |
equals(Object obj) |
String |
getInstanceUrl()
The location of the Marketo resource.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setInstanceUrl(String instanceUrl)
The location of the Marketo resource.
|
String |
toString()
Returns a string representation of this object.
|
MarketoConnectorProfileProperties |
withInstanceUrl(String instanceUrl)
The location of the Marketo resource.
|
public void setInstanceUrl(String instanceUrl)
The location of the Marketo resource.
instanceUrl - The location of the Marketo resource.public String getInstanceUrl()
The location of the Marketo resource.
public MarketoConnectorProfileProperties withInstanceUrl(String instanceUrl)
The location of the Marketo resource.
instanceUrl - The location of the Marketo resource.public String toString()
toString in class ObjectObject.toString()public MarketoConnectorProfileProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.