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