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