Interface SendNotifyVoiceMessageResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<SendNotifyVoiceMessageResponse.Builder,,SendNotifyVoiceMessageResponse> PinpointSmsVoiceV2Response.Builder,SdkBuilder<SendNotifyVoiceMessageResponse.Builder,,SendNotifyVoiceMessageResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
SendNotifyVoiceMessageResponse
@Mutable
@NotThreadSafe
public static interface SendNotifyVoiceMessageResponse.Builder
extends PinpointSmsVoiceV2Response.Builder, SdkPojo, CopyableBuilder<SendNotifyVoiceMessageResponse.Builder,SendNotifyVoiceMessageResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier for the message.resolvedMessageBody(String resolvedMessageBody) The message body after template variable substitution has been applied.templateId(String templateId) The unique identifier of the template used for the message.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.pinpointsmsvoicev2.model.PinpointSmsVoiceV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
messageId
The unique identifier for the message.
- Parameters:
messageId- The unique identifier for the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateId
The unique identifier of the template used for the message.
- Parameters:
templateId- The unique identifier of the template used for the message.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resolvedMessageBody
The message body after template variable substitution has been applied.
- Parameters:
resolvedMessageBody- The message body after template variable substitution has been applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-