CreateTemplateMessageBody class
Provides information about a request to create a message template.
Constructors
- CreateTemplateMessageBody({String? arn, String? message, String? requestID})
-
CreateTemplateMessageBody.fromJson(Map<
String, dynamic> json) -
factory
Properties
- arn → String?
-
The Amazon Resource Name (ARN) of the message template that was created.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → String?
-
The message that's returned from the API for the request to create the
message template.
final
- requestID → String?
-
The unique identifier for the request to create the message template.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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