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