@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ZendeskMetadata extends Object implements Serializable, Cloneable, StructuredPojo
The connector metadata specific to Zendesk.
Constructor and Description |
---|
ZendeskMetadata() |
Modifier and Type | Method and Description |
---|---|
ZendeskMetadata |
clone() |
boolean |
equals(Object obj) |
List<String> |
getOAuthScopes()
The desired authorization scope for the Zendesk account.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setOAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Zendesk account.
|
String |
toString()
Returns a string representation of this object.
|
ZendeskMetadata |
withOAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Zendesk account.
|
ZendeskMetadata |
withOAuthScopes(String... oAuthScopes)
The desired authorization scope for the Zendesk account.
|
public List<String> getOAuthScopes()
The desired authorization scope for the Zendesk account.
public void setOAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Zendesk account.
oAuthScopes
- The desired authorization scope for the Zendesk account.public ZendeskMetadata withOAuthScopes(String... oAuthScopes)
The desired authorization scope for the Zendesk account.
NOTE: This method appends the values to the existing list (if any). Use
setOAuthScopes(java.util.Collection)
or withOAuthScopes(java.util.Collection)
if you want to
override the existing values.
oAuthScopes
- The desired authorization scope for the Zendesk account.public ZendeskMetadata withOAuthScopes(Collection<String> oAuthScopes)
The desired authorization scope for the Zendesk account.
oAuthScopes
- The desired authorization scope for the Zendesk account.public String toString()
toString
in class Object
Object.toString()
public ZendeskMetadata clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.