public static interface GetPushTemplateResponse.Builder extends PinpointResponse.Builder, SdkPojo, CopyableBuilder<GetPushTemplateResponse.Builder,GetPushTemplateResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetPushTemplateResponse.Builder |
pushNotificationTemplateResponse(Consumer<PushNotificationTemplateResponse.Builder> pushNotificationTemplateResponse)
Sets the value of the PushNotificationTemplateResponse property for this object.
|
GetPushTemplateResponse.Builder |
pushNotificationTemplateResponse(PushNotificationTemplateResponse pushNotificationTemplateResponse)
Sets the value of the PushNotificationTemplateResponse property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetPushTemplateResponse.Builder pushNotificationTemplateResponse(PushNotificationTemplateResponse pushNotificationTemplateResponse)
pushNotificationTemplateResponse - The new value for the PushNotificationTemplateResponse property for this object.default GetPushTemplateResponse.Builder pushNotificationTemplateResponse(Consumer<PushNotificationTemplateResponse.Builder> pushNotificationTemplateResponse)
PushNotificationTemplateResponse.Builder
avoiding the need to create one manually via PushNotificationTemplateResponse.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to
pushNotificationTemplateResponse(PushNotificationTemplateResponse).
pushNotificationTemplateResponse - a consumer that will call methods on PushNotificationTemplateResponse.BuilderpushNotificationTemplateResponse(PushNotificationTemplateResponse)Copyright © 2022. All rights reserved.