@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetContentDeliveryRule extends Object implements Serializable, Cloneable, StructuredPojo
| Constructor and Description |
|---|
DatasetContentDeliveryRule() |
| Modifier and Type | Method and Description |
|---|---|
DatasetContentDeliveryRule |
clone() |
boolean |
equals(Object obj) |
DatasetContentDeliveryDestination |
getDestination() |
String |
getEntryName() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setDestination(DatasetContentDeliveryDestination destination) |
void |
setEntryName(String entryName) |
String |
toString()
Returns a string representation of this object.
|
DatasetContentDeliveryRule |
withDestination(DatasetContentDeliveryDestination destination) |
DatasetContentDeliveryRule |
withEntryName(String entryName) |
public void setEntryName(String entryName)
entryName - public String getEntryName()
public DatasetContentDeliveryRule withEntryName(String entryName)
entryName - public void setDestination(DatasetContentDeliveryDestination destination)
destination - public DatasetContentDeliveryDestination getDestination()
public DatasetContentDeliveryRule withDestination(DatasetContentDeliveryDestination destination)
destination - public String toString()
toString in class ObjectObject.toString()public DatasetContentDeliveryRule clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.