Class UpdateAuthenticationProfileRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.connect.transform.UpdateAuthenticationProfileRequestMarshaller
- All Implemented Interfaces:
 Marshaller<UpdateAuthenticationProfileRequest>
@Generated("software.amazon.awssdk:codegen")
public class UpdateAuthenticationProfileRequestMarshaller
extends Object
implements Marshaller<UpdateAuthenticationProfileRequest>
UpdateAuthenticationProfileRequest Marshaller- 
Constructor Summary
ConstructorsConstructorDescriptionUpdateAuthenticationProfileRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory)  - 
Method Summary
Modifier and TypeMethodDescriptionmarshall(UpdateAuthenticationProfileRequest updateAuthenticationProfileRequest) Marshalls the given POJO into aSdkHttpFullRequest. 
- 
Constructor Details
- 
UpdateAuthenticationProfileRequestMarshaller
 
 - 
 - 
Method Details
- 
marshall
public SdkHttpFullRequest marshall(UpdateAuthenticationProfileRequest updateAuthenticationProfileRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
 marshallin interfaceMarshaller<UpdateAuthenticationProfileRequest>- Parameters:
 updateAuthenticationProfileRequest- POJO type.- Returns:
 - Marshalled 
SdkHttpFullRequest. 
 
 -