public class PutItemInput extends Object implements Serializable
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 |
|---|---|
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 String getTableName()
The table where the message data will be written
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 written
public PutItemInput withTableName(String tableName)
The table where the message data will be written
Returns a reference to this object so that method calls can be chained together.
tableName - The table where the message data will be written
public String toString()
toString in class ObjectObject.toString()Copyright © 2017. All rights reserved.