@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IotEventsDestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Configuration information for delivery of dataset contents to AWS IoT Events.
Constructor and Description |
---|
IotEventsDestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
IotEventsDestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getInputName()
The name of the AWS IoT Events input to which dataset contents are delivered.
|
String |
getRoleArn()
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events
input.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputName(String inputName)
The name of the AWS IoT Events input to which dataset contents are delivered.
|
void |
setRoleArn(String roleArn)
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events
input.
|
String |
toString()
Returns a string representation of this object.
|
IotEventsDestinationConfiguration |
withInputName(String inputName)
The name of the AWS IoT Events input to which dataset contents are delivered.
|
IotEventsDestinationConfiguration |
withRoleArn(String roleArn)
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events
input.
|
public void setInputName(String inputName)
The name of the AWS IoT Events input to which dataset contents are delivered.
inputName
- The name of the AWS IoT Events input to which dataset contents are delivered.public String getInputName()
The name of the AWS IoT Events input to which dataset contents are delivered.
public IotEventsDestinationConfiguration withInputName(String inputName)
The name of the AWS IoT Events input to which dataset contents are delivered.
inputName
- The name of the AWS IoT Events input to which dataset contents are delivered.public void setRoleArn(String roleArn)
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.
roleArn
- The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT
Events input.public String getRoleArn()
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.
public IotEventsDestinationConfiguration withRoleArn(String roleArn)
The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT Events input.
roleArn
- The ARN of the role that grants AWS IoT Analytics permission to deliver dataset contents to an AWS IoT
Events input.public String toString()
toString
in class Object
Object.toString()
public IotEventsDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.