public static interface GetSmsChannelResponse.Builder extends PinpointResponse.Builder, CopyableBuilder<GetSmsChannelResponse.Builder,GetSmsChannelResponse>
| Modifier and Type | Method and Description | 
|---|---|
| default GetSmsChannelResponse.Builder | smsChannelResponse(Consumer<SMSChannelResponse.Builder> smsChannelResponse)Sets the value of the SMSChannelResponse property for this object. | 
| GetSmsChannelResponse.Builder | smsChannelResponse(SMSChannelResponse smsChannelResponse)Sets the value of the SMSChannelResponse property for this object. | 
buildsdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetSmsChannelResponse.Builder smsChannelResponse(SMSChannelResponse smsChannelResponse)
smsChannelResponse - The new value for the SMSChannelResponse property for this object.default GetSmsChannelResponse.Builder smsChannelResponse(Consumer<SMSChannelResponse.Builder> smsChannelResponse)
SMSChannelResponse.Builder avoiding the need to
 create one manually via SMSChannelResponse.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to smsChannelResponse(SMSChannelResponse).smsChannelResponse - a consumer that will call methods on SMSChannelResponse.BuildersmsChannelResponse(SMSChannelResponse)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.