@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class MessageDeliveryStatusResourceTypeEventConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
Message delivery status resource type event configuration object for enabling or disabling relevant topic.
| Constructor and Description |
|---|
MessageDeliveryStatusResourceTypeEventConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
MessageDeliveryStatusResourceTypeEventConfiguration |
clone() |
boolean |
equals(Object obj) |
SidewalkResourceTypeEventConfiguration |
getSidewalk() |
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setSidewalk(SidewalkResourceTypeEventConfiguration sidewalk) |
String |
toString()
Returns a string representation of this object.
|
MessageDeliveryStatusResourceTypeEventConfiguration |
withSidewalk(SidewalkResourceTypeEventConfiguration sidewalk) |
public MessageDeliveryStatusResourceTypeEventConfiguration()
public void setSidewalk(SidewalkResourceTypeEventConfiguration sidewalk)
sidewalk - public SidewalkResourceTypeEventConfiguration getSidewalk()
public MessageDeliveryStatusResourceTypeEventConfiguration withSidewalk(SidewalkResourceTypeEventConfiguration sidewalk)
sidewalk - public String toString()
toString in class ObjectObject.toString()public MessageDeliveryStatusResourceTypeEventConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.