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 SummaryConstructorsConstructorDescription
- 
Method SummaryModifier and TypeMethodDescriptionmarshall(GetDefaultEncryptionConfigurationRequest getDefaultEncryptionConfigurationRequest) Marshalls the given POJO into aSdkHttpFullRequest.
- 
Constructor Details- 
GetDefaultEncryptionConfigurationRequestMarshallerpublic GetDefaultEncryptionConfigurationRequestMarshaller(BaseAwsJsonProtocolFactory protocolFactory) 
 
- 
- 
Method Details- 
marshallpublic SdkHttpFullRequest marshall(GetDefaultEncryptionConfigurationRequest getDefaultEncryptionConfigurationRequest) Description copied from interface:MarshallerMarshalls the given POJO into aSdkHttpFullRequest.- Specified by:
- marshallin interface- Marshaller<GetDefaultEncryptionConfigurationRequest>
- Parameters:
- getDefaultEncryptionConfigurationRequest- POJO type.
- Returns:
- Marshalled SdkHttpFullRequest.
 
 
-