public class PutItemInput
extends java.lang.Object
implements java.io.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(java.lang.Object obj) |
java.lang.String |
getTableName()
The table where the message data will be written.
|
int |
hashCode() |
void |
setTableName(java.lang.String tableName)
The table where the message data will be written.
|
java.lang.String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
PutItemInput |
withTableName(java.lang.String tableName)
The table where the message data will be written.
|
public java.lang.String getTableName()
The table where the message data will be written.
The table where the message data will be written.
public void setTableName(java.lang.String tableName)
The table where the message data will be written.
tableName
- The table where the message data will be written.
public PutItemInput withTableName(java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
Object.toString()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.