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