@Generated(value="software.amazon.awssdk:codegen") public final class Origination extends Object implements SdkPojo, Serializable, ToCopyableBuilder<Origination.Builder,Origination>
Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime Voice Connector.
| Modifier and Type | Class and Description |
|---|---|
static interface |
Origination.Builder |
| Modifier and Type | Method and Description |
|---|---|
static Origination.Builder |
builder() |
Boolean |
disabled()
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
boolean |
hasRoutes()
Returns true if the Routes property was specified by the sender (it may be empty), or false if the sender did not
specify the value (it will be empty).
|
List<OriginationRoute> |
routes()
The call distribution properties defined for your SIP hosts.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends Origination.Builder> |
serializableBuilderClass() |
Origination.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final boolean hasRoutes()
public final List<OriginationRoute> routes()
The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1. Maximum value of 20.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasRoutes() to see if a value was sent in this field.
public final Boolean disabled()
When origination settings are disabled, inbound calls are not enabled for your Amazon Chime Voice Connector.
public Origination.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<Origination.Builder,Origination>public static Origination.Builder builder()
public static Class<? extends Origination.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.