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