@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Termination extends Object implements Serializable, Cloneable, StructuredPojo
Constructor and Description |
---|
Termination() |
public void setCpsLimit(Integer cpsLimit)
cpsLimit
- public Integer getCpsLimit()
public Termination withCpsLimit(Integer cpsLimit)
cpsLimit
- public void setDefaultPhoneNumber(String defaultPhoneNumber)
defaultPhoneNumber
- public String getDefaultPhoneNumber()
public Termination withDefaultPhoneNumber(String defaultPhoneNumber)
defaultPhoneNumber
- public void setCallingRegions(Collection<String> callingRegions)
callingRegions
- public Termination withCallingRegions(String... callingRegions)
NOTE: This method appends the values to the existing list (if any). Use
setCallingRegions(java.util.Collection)
or withCallingRegions(java.util.Collection)
if you want
to override the existing values.
callingRegions
- public Termination withCallingRegions(Collection<String> callingRegions)
callingRegions
- public void setCidrAllowedList(Collection<String> cidrAllowedList)
cidrAllowedList
- public Termination withCidrAllowedList(String... cidrAllowedList)
NOTE: This method appends the values to the existing list (if any). Use
setCidrAllowedList(java.util.Collection)
or withCidrAllowedList(java.util.Collection)
if you
want to override the existing values.
cidrAllowedList
- public Termination withCidrAllowedList(Collection<String> cidrAllowedList)
cidrAllowedList
- public void setDisabled(Boolean disabled)
disabled
- public Boolean getDisabled()
public Termination withDisabled(Boolean disabled)
disabled
- public Boolean isDisabled()
public String toString()
toString
in class Object
Object.toString()
public Termination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.