public class PutItemInput extends Object implements Serializable, Cloneable
The input for the DynamoActionVS action that specifies the DynamoDB table to which the message data will be written.
| Constructor and Description |
|---|
PutItemInput() |
| Modifier and Type | Method and Description |
|---|---|
PutItemInput |
clone() |
boolean |
equals(Object obj) |
String |
getTableName()
The table where the message data will be written
|
int |
hashCode() |
void |
setTableName(String tableName)
The table where the message data will be written
|
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
PutItemInput |
withTableName(String tableName)
The table where the message data will be written
|
public void setTableName(String tableName)
The table where the message data will be written
tableName - The table where the message data will be writtenpublic String getTableName()
The table where the message data will be written
public PutItemInput withTableName(String tableName)
The table where the message data will be written
tableName - The table where the message data will be writtenpublic String toString()
toString in class ObjectObject.toString()public PutItemInput clone()
Copyright © 2016. All rights reserved.