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