@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Origination extends Object implements Serializable, Cloneable, StructuredPojo
Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.
Constructor and Description |
---|
Origination() |
Modifier and Type | Method and Description |
---|---|
Origination |
clone() |
boolean |
equals(Object obj) |
Boolean |
getDisabled()
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
|
List<OriginationRoute> |
getRoutes()
The call distribution properties defined for your SIP hosts.
|
int |
hashCode() |
Boolean |
isDisabled()
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setDisabled(Boolean disabled)
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
|
void |
setRoutes(Collection<OriginationRoute> routes)
The call distribution properties defined for your SIP hosts.
|
String |
toString()
Returns a string representation of this object.
|
Origination |
withDisabled(Boolean disabled)
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
|
Origination |
withRoutes(Collection<OriginationRoute> routes)
The call distribution properties defined for your SIP hosts.
|
Origination |
withRoutes(OriginationRoute... routes)
The call distribution properties defined for your SIP hosts.
|
public List<OriginationRoute> getRoutes()
The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.
public void setRoutes(Collection<OriginationRoute> routes)
The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.
routes
- The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum
value of 20.public Origination withRoutes(OriginationRoute... routes)
The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.
NOTE: This method appends the values to the existing list (if any). Use
setRoutes(java.util.Collection)
or withRoutes(java.util.Collection)
if you want to override the
existing values.
routes
- The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum
value of 20.public Origination withRoutes(Collection<OriginationRoute> routes)
The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.
routes
- The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum
value of 20.public void setDisabled(Boolean disabled)
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
disabled
- When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice
Connector.public Boolean getDisabled()
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
public Origination withDisabled(Boolean disabled)
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
disabled
- When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice
Connector.public Boolean isDisabled()
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
public String toString()
toString
in class Object
Object.toString()
public Origination 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.