@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) |
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 ObjectObject.toString()public DatasetContentDeliveryDestination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2019. All rights reserved.