@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetContentDeliveryRule extends Object implements Serializable, Cloneable, StructuredPojo
When dataset contents are created, they are delivered to destination specified here.
Constructor and Description |
---|
DatasetContentDeliveryRule() |
Modifier and Type | Method and Description |
---|---|
DatasetContentDeliveryRule |
clone() |
boolean |
equals(Object obj) |
DatasetContentDeliveryDestination |
getDestination()
The destination to which dataset contents are delivered.
|
String |
getEntryName()
The name of the dataset content delivery rules entry.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDestination(DatasetContentDeliveryDestination destination)
The destination to which dataset contents are delivered.
|
void |
setEntryName(String entryName)
The name of the dataset content delivery rules entry.
|
String |
toString()
Returns a string representation of this object.
|
DatasetContentDeliveryRule |
withDestination(DatasetContentDeliveryDestination destination)
The destination to which dataset contents are delivered.
|
DatasetContentDeliveryRule |
withEntryName(String entryName)
The name of the dataset content delivery rules entry.
|
public void setEntryName(String entryName)
The name of the dataset content delivery rules entry.
entryName
- The name of the dataset content delivery rules entry.public String getEntryName()
The name of the dataset content delivery rules entry.
public DatasetContentDeliveryRule withEntryName(String entryName)
The name of the dataset content delivery rules entry.
entryName
- The name of the dataset content delivery rules entry.public void setDestination(DatasetContentDeliveryDestination destination)
The destination to which dataset contents are delivered.
destination
- The destination to which dataset contents are delivered.public DatasetContentDeliveryDestination getDestination()
The destination to which dataset contents are delivered.
public DatasetContentDeliveryRule withDestination(DatasetContentDeliveryDestination destination)
The destination to which dataset contents are delivered.
destination
- The destination to which dataset contents are delivered.public String toString()
toString
in class Object
Object.toString()
public DatasetContentDeliveryRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.