@Generated(value="com.amazonaws:aws-java-sdk-code-generator") 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 Object
Object.toString()
public PutItemInput clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.