@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatastoreActivity extends Object implements Serializable, Cloneable, StructuredPojo
The datastore activity that specifies where to store the processed data.
Constructor and Description |
---|
DatastoreActivity() |
Modifier and Type | Method and Description |
---|---|
DatastoreActivity |
clone() |
boolean |
equals(Object obj) |
String |
getDatastoreName()
The name of the data store where processed messages are stored.
|
String |
getName()
The name of the datastore activity.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDatastoreName(String datastoreName)
The name of the data store where processed messages are stored.
|
void |
setName(String name)
The name of the datastore activity.
|
String |
toString()
Returns a string representation of this object.
|
DatastoreActivity |
withDatastoreName(String datastoreName)
The name of the data store where processed messages are stored.
|
DatastoreActivity |
withName(String name)
The name of the datastore activity.
|
public void setName(String name)
The name of the datastore activity.
name
- The name of the datastore activity.public String getName()
The name of the datastore activity.
public DatastoreActivity withName(String name)
The name of the datastore activity.
name
- The name of the datastore activity.public void setDatastoreName(String datastoreName)
The name of the data store where processed messages are stored.
datastoreName
- The name of the data store where processed messages are stored.public String getDatastoreName()
The name of the data store where processed messages are stored.
public DatastoreActivity withDatastoreName(String datastoreName)
The name of the data store where processed messages are stored.
datastoreName
- The name of the data store where processed messages are stored.public String toString()
toString
in class Object
Object.toString()
public DatastoreActivity clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.