@Generated(value="software.amazon.awssdk:codegen") public final class ZendeskDestinationProperties extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ZendeskDestinationProperties.Builder,ZendeskDestinationProperties>
| Modifier and Type | Class and Description |
|---|---|
static interface |
ZendeskDestinationProperties.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ZendeskDestinationProperties.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
ErrorHandlingConfig |
errorHandlingConfig()
Returns the value of the ErrorHandlingConfig property for this object.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasIdFieldNames()
Returns true if the IdFieldNames property was specified by the sender (it may be empty), or false if the sender
did not specify the value (it will be empty).
|
List<String> |
idFieldNames()
Returns the value of the IdFieldNames property for this object.
|
String |
object()
Returns the value of the Object property for this object.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ZendeskDestinationProperties.Builder> |
serializableBuilderClass() |
ZendeskDestinationProperties.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
WriteOperationType |
writeOperationType()
Returns the value of the WriteOperationType property for this object.
|
String |
writeOperationTypeAsString()
Returns the value of the WriteOperationType property for this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String object()
public final boolean hasIdFieldNames()
public final List<String> idFieldNames()
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasIdFieldNames() to see if a value was sent in this field.
public final ErrorHandlingConfig errorHandlingConfig()
public final WriteOperationType writeOperationType()
If the service returns an enum value that is not available in the current SDK version,
writeOperationType will return WriteOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from writeOperationTypeAsString().
WriteOperationTypepublic final String writeOperationTypeAsString()
If the service returns an enum value that is not available in the current SDK version,
writeOperationType will return WriteOperationType.UNKNOWN_TO_SDK_VERSION. The raw value returned
by the service is available from writeOperationTypeAsString().
WriteOperationTypepublic ZendeskDestinationProperties.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ZendeskDestinationProperties.Builder,ZendeskDestinationProperties>public static ZendeskDestinationProperties.Builder builder()
public static Class<? extends ZendeskDestinationProperties.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.