@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SingleMasterConfiguration extends Object implements Serializable, Cloneable, StructuredPojo
A structure that contains the configuration for the SINGLE_MASTER
channel type.
Constructor and Description |
---|
SingleMasterConfiguration() |
Modifier and Type | Method and Description |
---|---|
SingleMasterConfiguration |
clone() |
boolean |
equals(Object obj) |
Integer |
getMessageTtlSeconds()
The period of time a signaling channel retains undelivered messages before they are discarded.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setMessageTtlSeconds(Integer messageTtlSeconds)
The period of time a signaling channel retains undelivered messages before they are discarded.
|
String |
toString()
Returns a string representation of this object.
|
SingleMasterConfiguration |
withMessageTtlSeconds(Integer messageTtlSeconds)
The period of time a signaling channel retains undelivered messages before they are discarded.
|
public void setMessageTtlSeconds(Integer messageTtlSeconds)
The period of time a signaling channel retains undelivered messages before they are discarded.
messageTtlSeconds
- The period of time a signaling channel retains undelivered messages before they are discarded.public Integer getMessageTtlSeconds()
The period of time a signaling channel retains undelivered messages before they are discarded.
public SingleMasterConfiguration withMessageTtlSeconds(Integer messageTtlSeconds)
The period of time a signaling channel retains undelivered messages before they are discarded.
messageTtlSeconds
- The period of time a signaling channel retains undelivered messages before they are discarded.public String toString()
toString
in class Object
Object.toString()
public SingleMasterConfiguration clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.