@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DatasetContentDeliveryDestination extends Object implements Serializable, Cloneable, StructuredPojo
The destination to which data set 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 data set contents to AWS IoT Events.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setIotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of data set contents to AWS IoT Events.
|
String |
toString()
Returns a string representation of this object.
|
DatasetContentDeliveryDestination |
withIotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of data set contents to AWS IoT Events.
|
public void setIotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of data set contents to AWS IoT Events.
iotEventsDestinationConfiguration
- Configuration information for delivery of data set contents to AWS IoT Events.public IotEventsDestinationConfiguration getIotEventsDestinationConfiguration()
Configuration information for delivery of data set contents to AWS IoT Events.
public DatasetContentDeliveryDestination withIotEventsDestinationConfiguration(IotEventsDestinationConfiguration iotEventsDestinationConfiguration)
Configuration information for delivery of data set contents to AWS IoT Events.
iotEventsDestinationConfiguration
- Configuration information for delivery of data set contents to AWS IoT Events.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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.