@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class ClosedDays extends Object implements Serializable, Cloneable, StructuredPojo
The time when journey will stop sending messages.
| Constructor and Description |
|---|
ClosedDays() |
| Modifier and Type | Method and Description |
|---|---|
ClosedDays |
clone() |
boolean |
equals(Object obj) |
List<ClosedDaysRule> |
getCUSTOM()
Rules for Custom Channel.
|
List<ClosedDaysRule> |
getEMAIL()
Rules for Email Channel.
|
List<ClosedDaysRule> |
getPUSH()
Rules for Push Channel.
|
List<ClosedDaysRule> |
getSMS()
Rules for SMS Channel.
|
List<ClosedDaysRule> |
getVOICE()
Rules for Voice Channel.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller) |
void |
setCUSTOM(Collection<ClosedDaysRule> cUSTOM)
Rules for Custom Channel.
|
void |
setEMAIL(Collection<ClosedDaysRule> eMAIL)
Rules for Email Channel.
|
void |
setPUSH(Collection<ClosedDaysRule> pUSH)
Rules for Push Channel.
|
void |
setSMS(Collection<ClosedDaysRule> sMS)
Rules for SMS Channel.
|
void |
setVOICE(Collection<ClosedDaysRule> vOICE)
Rules for Voice Channel.
|
String |
toString()
Returns a string representation of this object.
|
ClosedDays |
withCUSTOM(ClosedDaysRule... cUSTOM)
Rules for Custom Channel.
|
ClosedDays |
withCUSTOM(Collection<ClosedDaysRule> cUSTOM)
Rules for Custom Channel.
|
ClosedDays |
withEMAIL(ClosedDaysRule... eMAIL)
Rules for Email Channel.
|
ClosedDays |
withEMAIL(Collection<ClosedDaysRule> eMAIL)
Rules for Email Channel.
|
ClosedDays |
withPUSH(ClosedDaysRule... pUSH)
Rules for Push Channel.
|
ClosedDays |
withPUSH(Collection<ClosedDaysRule> pUSH)
Rules for Push Channel.
|
ClosedDays |
withSMS(ClosedDaysRule... sMS)
Rules for SMS Channel.
|
ClosedDays |
withSMS(Collection<ClosedDaysRule> sMS)
Rules for SMS Channel.
|
ClosedDays |
withVOICE(ClosedDaysRule... vOICE)
Rules for Voice Channel.
|
ClosedDays |
withVOICE(Collection<ClosedDaysRule> vOICE)
Rules for Voice Channel.
|
public List<ClosedDaysRule> getEMAIL()
Rules for Email Channel.
public void setEMAIL(Collection<ClosedDaysRule> eMAIL)
Rules for Email Channel.
eMAIL - Rules for Email Channel.public ClosedDays withEMAIL(ClosedDaysRule... eMAIL)
Rules for Email Channel.
NOTE: This method appends the values to the existing list (if any). Use
setEMAIL(java.util.Collection) or withEMAIL(java.util.Collection) if you want to override the
existing values.
eMAIL - Rules for Email Channel.public ClosedDays withEMAIL(Collection<ClosedDaysRule> eMAIL)
Rules for Email Channel.
eMAIL - Rules for Email Channel.public List<ClosedDaysRule> getSMS()
Rules for SMS Channel.
public void setSMS(Collection<ClosedDaysRule> sMS)
Rules for SMS Channel.
sMS - Rules for SMS Channel.public ClosedDays withSMS(ClosedDaysRule... sMS)
Rules for SMS Channel.
NOTE: This method appends the values to the existing list (if any). Use
setSMS(java.util.Collection) or withSMS(java.util.Collection) if you want to override the
existing values.
sMS - Rules for SMS Channel.public ClosedDays withSMS(Collection<ClosedDaysRule> sMS)
Rules for SMS Channel.
sMS - Rules for SMS Channel.public List<ClosedDaysRule> getPUSH()
Rules for Push Channel.
public void setPUSH(Collection<ClosedDaysRule> pUSH)
Rules for Push Channel.
pUSH - Rules for Push Channel.public ClosedDays withPUSH(ClosedDaysRule... pUSH)
Rules for Push Channel.
NOTE: This method appends the values to the existing list (if any). Use
setPUSH(java.util.Collection) or withPUSH(java.util.Collection) if you want to override the
existing values.
pUSH - Rules for Push Channel.public ClosedDays withPUSH(Collection<ClosedDaysRule> pUSH)
Rules for Push Channel.
pUSH - Rules for Push Channel.public List<ClosedDaysRule> getVOICE()
Rules for Voice Channel.
public void setVOICE(Collection<ClosedDaysRule> vOICE)
Rules for Voice Channel.
vOICE - Rules for Voice Channel.public ClosedDays withVOICE(ClosedDaysRule... vOICE)
Rules for Voice Channel.
NOTE: This method appends the values to the existing list (if any). Use
setVOICE(java.util.Collection) or withVOICE(java.util.Collection) if you want to override the
existing values.
vOICE - Rules for Voice Channel.public ClosedDays withVOICE(Collection<ClosedDaysRule> vOICE)
Rules for Voice Channel.
vOICE - Rules for Voice Channel.public List<ClosedDaysRule> getCUSTOM()
Rules for Custom Channel.
public void setCUSTOM(Collection<ClosedDaysRule> cUSTOM)
Rules for Custom Channel.
cUSTOM - Rules for Custom Channel.public ClosedDays withCUSTOM(ClosedDaysRule... cUSTOM)
Rules for Custom Channel.
NOTE: This method appends the values to the existing list (if any). Use
setCUSTOM(java.util.Collection) or withCUSTOM(java.util.Collection) if you want to override the
existing values.
cUSTOM - Rules for Custom Channel.public ClosedDays withCUSTOM(Collection<ClosedDaysRule> cUSTOM)
Rules for Custom Channel.
cUSTOM - Rules for Custom Channel.public String toString()
toString in class ObjectObject.toString()public ClosedDays clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall in interface StructuredPojoCopyright © 2023. All rights reserved.