@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class IotEventsDestinationConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
IotEventsDestinationConfiguration() |
Modifier and Type | Method and Description |
---|---|
IotEventsDestinationConfiguration |
clone() |
boolean |
equals(Object obj) |
String |
getInputName() |
String |
getRoleArn() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setInputName(String inputName) |
void |
setRoleArn(String roleArn) |
String |
toString()
Returns a string representation of this object.
|
IotEventsDestinationConfiguration |
withInputName(String inputName) |
IotEventsDestinationConfiguration |
withRoleArn(String roleArn) |
public void setInputName(String inputName)
inputName
- public String getInputName()
public IotEventsDestinationConfiguration withInputName(String inputName)
inputName
- public void setRoleArn(String roleArn)
roleArn
- public String getRoleArn()
public IotEventsDestinationConfiguration withRoleArn(String roleArn)
roleArn
- 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.Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.