@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class PutItemInput extends Object implements Serializable, Cloneable, StructuredPojo
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 |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
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()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.