@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SnsChannelConfig extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
SnsChannelConfig() |
Modifier and Type | Method and Description |
---|---|
SnsChannelConfig |
clone() |
boolean |
equals(Object obj) |
String |
getTopicArn() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setTopicArn(String topicArn) |
String |
toString()
Returns a string representation of this object.
|
SnsChannelConfig |
withTopicArn(String topicArn) |
public void setTopicArn(String topicArn)
topicArn
- public String getTopicArn()
public SnsChannelConfig withTopicArn(String topicArn)
topicArn
- public String toString()
toString
in class Object
Object.toString()
public SnsChannelConfig clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.