@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ZendeskDestinationProperties extends Object implements Serializable, Cloneable, StructuredPojo
The properties that are applied when Zendesk is used as a destination.
| Constructor and Description |
|---|
ZendeskDestinationProperties() |
public void setObject(String object)
The object specified in the Zendesk flow destination.
object - The object specified in the Zendesk flow destination.public String getObject()
The object specified in the Zendesk flow destination.
public ZendeskDestinationProperties withObject(String object)
The object specified in the Zendesk flow destination.
object - The object specified in the Zendesk flow destination.public void setIdFieldNames(Collection<String> idFieldNames)
idFieldNames - public ZendeskDestinationProperties withIdFieldNames(String... idFieldNames)
NOTE: This method appends the values to the existing list (if any). Use
setIdFieldNames(java.util.Collection) or withIdFieldNames(java.util.Collection) if you want to
override the existing values.
idFieldNames - public ZendeskDestinationProperties withIdFieldNames(Collection<String> idFieldNames)
idFieldNames - public void setErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
errorHandlingConfig - public ErrorHandlingConfig getErrorHandlingConfig()
public ZendeskDestinationProperties withErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
errorHandlingConfig - public void setWriteOperationType(String writeOperationType)
writeOperationType - WriteOperationTypepublic String getWriteOperationType()
WriteOperationTypepublic ZendeskDestinationProperties withWriteOperationType(String writeOperationType)
writeOperationType - WriteOperationTypepublic ZendeskDestinationProperties withWriteOperationType(WriteOperationType writeOperationType)
writeOperationType - WriteOperationTypepublic String toString()
toString in class ObjectObject.toString()public ZendeskDestinationProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.