SipMediaApplication class
The SIP media application details, including name and endpoints. An AWS account can have multiple SIP media applications.
Constructors
-
SipMediaApplication({String? awsRegion, DateTime? createdTimestamp, List<
SipMediaApplicationEndpoint> ? endpoints, String? name, String? sipMediaApplicationId, DateTime? updatedTimestamp}) -
SipMediaApplication.fromJson(Map<
String, dynamic> json) -
factory
Properties
- awsRegion → String?
-
The AWS Region in which the SIP media application is created.
final
- createdTimestamp → DateTime?
-
The SIP media application creation timestamp, in ISO 8601 format.
final
-
endpoints
→ List<
SipMediaApplicationEndpoint> ? -
List of endpoints for SIP media application. Currently, only one endpoint
per SIP media application is permitted.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String?
-
The name of the SIP media application.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sipMediaApplicationId → String?
-
The SIP media application ID.
final
- updatedTimestamp → DateTime?
-
The SIP media application updated timestamp, in ISO 8601 format.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited