Class UpdateEncryptionConfigurationRequestMarshaller
java.lang.Object
software.amazon.awssdk.services.iot.transform.UpdateEncryptionConfigurationRequestMarshaller
- All Implemented Interfaces:
Marshaller<UpdateEncryptionConfigurationRequest>
@Generated("software.amazon.awssdk:codegen")
@SdkInternalApi
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:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
marshallin interfaceMarshaller<UpdateEncryptionConfigurationRequest>- Parameters:
updateEncryptionConfigurationRequest- POJO type.- Returns:
- Marshalled
SdkHttpFullRequest.
-