@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class HoneycodeDestinationProperties extends Object implements Serializable, Cloneable, StructuredPojo
The properties that are applied when Amazon Honeycode is used as a destination.
| Constructor and Description |
|---|
HoneycodeDestinationProperties() |
| Modifier and Type | Method and Description |
|---|---|
HoneycodeDestinationProperties |
clone() |
boolean |
equals(Object obj) |
ErrorHandlingConfig |
getErrorHandlingConfig() |
String |
getObject()
The object specified in the Amazon Honeycode flow destination.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig) |
void |
setObject(String object)
The object specified in the Amazon Honeycode flow destination.
|
String |
toString()
Returns a string representation of this object.
|
HoneycodeDestinationProperties |
withErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig) |
HoneycodeDestinationProperties |
withObject(String object)
The object specified in the Amazon Honeycode flow destination.
|
public void setObject(String object)
The object specified in the Amazon Honeycode flow destination.
object - The object specified in the Amazon Honeycode flow destination.public String getObject()
The object specified in the Amazon Honeycode flow destination.
public HoneycodeDestinationProperties withObject(String object)
The object specified in the Amazon Honeycode flow destination.
object - The object specified in the Amazon Honeycode flow destination.public void setErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
errorHandlingConfig - public ErrorHandlingConfig getErrorHandlingConfig()
public HoneycodeDestinationProperties withErrorHandlingConfig(ErrorHandlingConfig errorHandlingConfig)
errorHandlingConfig - public String toString()
toString in class ObjectObject.toString()public HoneycodeDestinationProperties clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.