Class CreateSecurityProfileRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.connect.transform.CreateSecurityProfileRequestMarshaller
- All Implemented Interfaces:
- Marshaller<CreateSecurityProfileRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
public class CreateSecurityProfileRequestMarshaller
extends Object
implements Marshaller<CreateSecurityProfileRequest>
CreateSecurityProfileRequest Marshaller- 
Constructor SummaryConstructorsConstructorDescriptionCreateSecurityProfileRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(CreateSecurityProfileRequest createSecurityProfileRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
CreateSecurityProfileRequestMarshaller
 
- 
- 
Method Details- 
marshallDescription copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<CreateSecurityProfileRequest>
- Parameters:
- createSecurityProfileRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-