@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class RetrievalResultSalesforceLocation extends Object implements Serializable, Cloneable, StructuredPojo
The Salesforce data source location.
| Constructor and Description |
|---|
RetrievalResultSalesforceLocation() |
| Modifier and Type | Method and Description |
|---|---|
RetrievalResultSalesforceLocation |
clone() |
boolean |
equals(Object obj) |
String |
getUrl()
The Salesforce host URL for the data source location.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setUrl(String url)
The Salesforce host URL for the data source location.
|
String |
toString()
Returns a string representation of this object.
|
RetrievalResultSalesforceLocation |
withUrl(String url)
The Salesforce host URL for the data source location.
|
public void setUrl(String url)
The Salesforce host URL for the data source location.
url - The Salesforce host URL for the data source location.public String getUrl()
The Salesforce host URL for the data source location.
public RetrievalResultSalesforceLocation withUrl(String url)
The Salesforce host URL for the data source location.
url - The Salesforce host URL for the data source location.public String toString()
toString in class ObjectObject.toString()public RetrievalResultSalesforceLocation clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.