@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 a SIP media application.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasEndpoints()
For responses, this returns true if the service returned a value for the Endpoints property.
|
int |
hashCode() |
String |
name()
The SIP media application's name.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends SipMediaApplication.Builder> |
serializableBuilderClass() |
String |
sipMediaApplicationArn()
The ARN of the SIP media application.
|
String |
sipMediaApplicationId()
A SIP media application's ID.
|
SipMediaApplication.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Instant |
updatedTimestamp()
The time at which the SIP media application was updated.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String sipMediaApplicationId()
A SIP media application's ID.
public final String awsRegion()
The AWS Region in which the SIP media application is created.
public final String name()
The SIP media application's name.
public final boolean hasEndpoints()
isEmpty() method on the property). This is
useful because the SDK will never return a null collection or map, but you may need to differentiate between the
service returning nothing (or null) and the service returning an empty collection or map. For requests, this
returns true if a value for the property was specified in the request builder, and false if a value was not
specified.public final List<SipMediaApplicationEndpoint> endpoints()
List of endpoints for a 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.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasEndpoints() method.
public final Instant createdTimestamp()
The SIP media application creation timestamp, in ISO 8601 format.
public final Instant updatedTimestamp()
The time at which the SIP media application was updated.
public final String sipMediaApplicationArn()
The ARN of the SIP media application.
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 © 2023. All rights reserved.