public static interface UpdateEmailTemplateResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<UpdateEmailTemplateResponse.Builder,UpdateEmailTemplateResponse>
Modifier and Type | Method and Description |
---|---|
default UpdateEmailTemplateResponse.Builder |
messageBody(Consumer<MessageBody.Builder> messageBody)
Sets the value of the MessageBody property for this object.
|
UpdateEmailTemplateResponse.Builder |
messageBody(MessageBody messageBody)
Sets the value of the MessageBody property for this object.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
UpdateEmailTemplateResponse.Builder messageBody(MessageBody messageBody)
messageBody
- The new value for the MessageBody property for this object.default UpdateEmailTemplateResponse.Builder messageBody(Consumer<MessageBody.Builder> messageBody)
MessageBody.Builder
avoiding the need to create
one manually via MessageBody.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its result
is passed to messageBody(MessageBody)
.messageBody
- a consumer that will call methods on MessageBody.Builder
messageBody(MessageBody)
Copyright © 2021. All rights reserved.