Class AssociatePhoneNumberContactFlowRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.connect.transform.AssociatePhoneNumberContactFlowRequestMarshaller
- All Implemented Interfaces:
- Marshaller<AssociatePhoneNumberContactFlowRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class AssociatePhoneNumberContactFlowRequestMarshaller
extends Object
implements Marshaller<AssociatePhoneNumberContactFlowRequest>
AssociatePhoneNumberContactFlowRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(AssociatePhoneNumberContactFlowRequest associatePhoneNumberContactFlowRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
AssociatePhoneNumberContactFlowRequestMarshaller
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(AssociatePhoneNumberContactFlowRequest associatePhoneNumberContactFlowRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<AssociatePhoneNumberContactFlowRequest>
- Parameters:
- associatePhoneNumberContactFlowRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-