@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetContentDeliveryDestination extends Object implements Serializable, Cloneable, StructuredPojo
The destination to which dataset contents are delivered.
Constructor and Description |
---|
DatasetContentDeliveryDestination() |
Modifier and Type | Method and Description |
---|---|
DatasetContentDeliveryDestination |
clone() |
boolean |
equals(Object obj) |
IotEventsDestinationConfiguration |
getIotEventsDestinationConfiguration()
Configuration information for delivery of dataset contents to IoT Events.
|
S3DestinationConfiguration |
getS3DestinationConfiguration()
Configuration information for delivery of dataset contents to Amazon S3.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
|
void |
setS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
|
String |
toString()
Returns a string representation of this object.
|
DatasetContentDeliveryDestination |
withIotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
|
DatasetContentDeliveryDestination |
withS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
|
public void setIotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
iotEventsDestinationConfiguration
- Configuration information for delivery of dataset contents to IoT Events.public IotEventsDestinationConfiguration getIotEventsDestinationConfiguration()
Configuration information for delivery of dataset contents to IoT Events.
public DatasetContentDeliveryDestination withIotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of dataset contents to IoT Events.
iotEventsDestinationConfiguration
- Configuration information for delivery of dataset contents to IoT Events.public void setS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
s3DestinationConfiguration
- Configuration information for delivery of dataset contents to Amazon S3.public S3DestinationConfiguration getS3DestinationConfiguration()
Configuration information for delivery of dataset contents to Amazon S3.
public DatasetContentDeliveryDestination withS3DestinationConfiguration(S3DestinationConfiguration s3DestinationConfiguration)
Configuration information for delivery of dataset contents to Amazon S3.
s3DestinationConfiguration
- Configuration information for delivery of dataset contents to Amazon S3.public String toString()
toString
in class Object
Object.toString()
public DatasetContentDeliveryDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.