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