@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.
The parameters listed below are not required, but you must use at least one.
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) |
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. This parameter is not required, but you must specify this parameter or Disabled
.
Disabled
.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. This parameter is not required, but you must specify this parameter or Disabled
.
routes
- The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum
value of 20. This parameter is not required, but you must specify this parameter or Disabled
.public Origination withRoutes(OriginationRoute... routes)
The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of
20. This parameter is not required, but you must specify this parameter or Disabled
.
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. This parameter is not required, but you must specify this parameter or Disabled
.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. This parameter is not required, but you must specify this parameter or Disabled
.
routes
- The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum
value of 20. This parameter is not required, but you must specify this parameter or Disabled
.public void setDisabled(Boolean disabled)
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. This
parameter is not required, but you must specify this parameter or Routes
.
disabled
- When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice
Connector. This parameter is not required, but you must specify this parameter or Routes
.public Boolean getDisabled()
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. This
parameter is not required, but you must specify this parameter or Routes
.
Routes
.public Origination withDisabled(Boolean disabled)
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. This
parameter is not required, but you must specify this parameter or Routes
.
disabled
- When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice
Connector. This parameter is not required, but you must specify this parameter or Routes
.public Boolean isDisabled()
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector. This
parameter is not required, but you must specify this parameter or Routes
.
Routes
.public String toString()
toString
in class Object
Object.toString()
public Origination clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
marshall
in interface StructuredPojo
Copyright © 2023. All rights reserved.