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