@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TriggeringDataset extends Object implements Serializable, Cloneable, StructuredPojo
Information about the data set whose content generation triggers the new data set content generation.
Constructor and Description |
---|
TriggeringDataset() |
Modifier and Type | Method and Description |
---|---|
TriggeringDataset |
clone() |
boolean |
equals(Object obj) |
String |
getName()
The name of the data set whose content generation triggers the new data set content generation.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setName(String name)
The name of the data set whose content generation triggers the new data set content generation.
|
String |
toString()
Returns a string representation of this object.
|
TriggeringDataset |
withName(String name)
The name of the data set whose content generation triggers the new data set content generation.
|
public void setName(String name)
The name of the data set whose content generation triggers the new data set content generation.
name
- The name of the data set whose content generation triggers the new data set content generation.public String getName()
The name of the data set whose content generation triggers the new data set content generation.
public TriggeringDataset withName(String name)
The name of the data set whose content generation triggers the new data set content generation.
name
- The name of the data set whose content generation triggers the new data set content generation.public String toString()
toString
in class Object
Object.toString()
public TriggeringDataset clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.