@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IotAnalyticsAction extends Object implements Serializable, Cloneable, StructuredPojo
Sends message data to an AWS IoT Analytics channel.
Constructor and Description |
---|
IotAnalyticsAction() |
Modifier and Type | Method and Description |
---|---|
IotAnalyticsAction |
clone() |
boolean |
equals(Object obj) |
String |
getChannelArn()
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
|
String |
getChannelName()
The name of the IoT Analytics channel to which message data will be sent.
|
String |
getRoleArn()
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT
Analytics (iotanalytics:BatchPutMessage).
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setChannelArn(String channelArn)
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
|
void |
setChannelName(String channelName)
The name of the IoT Analytics channel to which message data will be sent.
|
void |
setRoleArn(String roleArn)
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT
Analytics (iotanalytics:BatchPutMessage).
|
String |
toString()
Returns a string representation of this object.
|
IotAnalyticsAction |
withChannelArn(String channelArn)
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
|
IotAnalyticsAction |
withChannelName(String channelName)
The name of the IoT Analytics channel to which message data will be sent.
|
IotAnalyticsAction |
withRoleArn(String roleArn)
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT
Analytics (iotanalytics:BatchPutMessage).
|
public void setChannelArn(String channelArn)
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
channelArn
- (deprecated) The ARN of the IoT Analytics channel to which message data will be sent.public String getChannelArn()
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
public IotAnalyticsAction withChannelArn(String channelArn)
(deprecated) The ARN of the IoT Analytics channel to which message data will be sent.
channelArn
- (deprecated) The ARN of the IoT Analytics channel to which message data will be sent.public void setChannelName(String channelName)
The name of the IoT Analytics channel to which message data will be sent.
channelName
- The name of the IoT Analytics channel to which message data will be sent.public String getChannelName()
The name of the IoT Analytics channel to which message data will be sent.
public IotAnalyticsAction withChannelName(String channelName)
The name of the IoT Analytics channel to which message data will be sent.
channelName
- The name of the IoT Analytics channel to which message data will be sent.public void setRoleArn(String roleArn)
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).
roleArn
- The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT
Analytics (iotanalytics:BatchPutMessage).public String getRoleArn()
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).
public IotAnalyticsAction withRoleArn(String roleArn)
The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT Analytics (iotanalytics:BatchPutMessage).
roleArn
- The ARN of the role which has a policy that grants IoT Analytics permission to send message data via IoT
Analytics (iotanalytics:BatchPutMessage).public String toString()
toString
in class Object
Object.toString()
public IotAnalyticsAction 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.