@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) |
void |
setInputName(String inputName) |
void |
setRoleArn(String roleArn) |
String |
toString()
Returns a string representation of this object; useful for testing and debugging.
|
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 ObjectObject.toString()public IotEventsDestinationConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2018. All rights reserved.