@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DynamoDBTarget extends Object implements Serializable, Cloneable, StructuredPojo
Specifies an Amazon DynamoDB table to crawl.
Constructor and Description |
---|
DynamoDBTarget() |
Modifier and Type | Method and Description |
---|---|
DynamoDBTarget |
clone() |
boolean |
equals(Object obj) |
String |
getPath()
The name of the DynamoDB table to crawl.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setPath(String path)
The name of the DynamoDB table to crawl.
|
String |
toString()
Returns a string representation of this object.
|
DynamoDBTarget |
withPath(String path)
The name of the DynamoDB table to crawl.
|
public void setPath(String path)
The name of the DynamoDB table to crawl.
path
- The name of the DynamoDB table to crawl.public String getPath()
The name of the DynamoDB table to crawl.
public DynamoDBTarget withPath(String path)
The name of the DynamoDB table to crawl.
path
- The name of the DynamoDB table to crawl.public String toString()
toString
in class Object
Object.toString()
public DynamoDBTarget 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.