@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class SendingOptions extends Object implements Serializable, Cloneable, StructuredPojo
Used to enable or disable email sending for messages that use this configuration set in the current AWS Region.
Constructor and Description |
---|
SendingOptions() |
Modifier and Type | Method and Description |
---|---|
SendingOptions |
clone() |
boolean |
equals(Object obj) |
Boolean |
getSendingEnabled()
If
true , email sending is enabled for the configuration set. |
int |
hashCode() |
Boolean |
isSendingEnabled()
If
true , email sending is enabled for the configuration set. |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setSendingEnabled(Boolean sendingEnabled)
If
true , email sending is enabled for the configuration set. |
String |
toString()
Returns a string representation of this object.
|
SendingOptions |
withSendingEnabled(Boolean sendingEnabled)
If
true , email sending is enabled for the configuration set. |
public void setSendingEnabled(Boolean sendingEnabled)
If true
, email sending is enabled for the configuration set. If false
, email sending is
disabled for the configuration set.
sendingEnabled
- If true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.public Boolean getSendingEnabled()
If true
, email sending is enabled for the configuration set. If false
, email sending is
disabled for the configuration set.
true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.public SendingOptions withSendingEnabled(Boolean sendingEnabled)
If true
, email sending is enabled for the configuration set. If false
, email sending is
disabled for the configuration set.
sendingEnabled
- If true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.public Boolean isSendingEnabled()
If true
, email sending is enabled for the configuration set. If false
, email sending is
disabled for the configuration set.
true
, email sending is enabled for the configuration set. If false
, email
sending is disabled for the configuration set.public String toString()
toString
in class Object
Object.toString()
public SendingOptions 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.