@Generated(value="software.amazon.awssdk:codegen") public final class SipMediaApplication extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SipMediaApplication.Builder,SipMediaApplication>
The details of the SIP media application, including name and endpoints. An AWS account can have multiple SIP media applications.
| Modifier and Type | Class and Description |
|---|---|
static interface |
SipMediaApplication.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
awsRegion()
The AWS Region in which the SIP media application is created.
|
static SipMediaApplication.Builder |
builder() |
Instant |
createdTimestamp()
The SIP media application creation timestamp, in ISO 8601 format.
|
List<SipMediaApplicationEndpoint> |
endpoints()
List of endpoints for SIP media application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEndpoints()
Returns true if the Endpoints property was specified by the sender (it may be empty), or false if the sender did
not specify the value (it will be empty).
|
int |
hashCode() |
String |
name()
The name of the SIP media application.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SipMediaApplication.Builder> |
serializableBuilderClass() |
String |
sipMediaApplicationId()
The SIP media application ID.
|
SipMediaApplication.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedTimestamp()
The SIP media application updated timestamp, in ISO 8601 format.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sipMediaApplicationId()
The SIP media application ID.
public final String awsRegion()
The AWS Region in which the SIP media application is created.
public final String name()
The name of the SIP media application.
public final boolean hasEndpoints()
public final List<SipMediaApplicationEndpoint> endpoints()
List of endpoints for SIP media application. Currently, only one endpoint per SIP media application is permitted.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
You can use hasEndpoints() to see if a value was sent in this field.
public final Instant createdTimestamp()
The SIP media application creation timestamp, in ISO 8601 format.
public final Instant updatedTimestamp()
The SIP media application updated timestamp, in ISO 8601 format.
public SipMediaApplication.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<SipMediaApplication.Builder,SipMediaApplication>public static SipMediaApplication.Builder builder()
public static Class<? extends SipMediaApplication.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.