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