Class NullAsEmptyBodyProtocolRequestMarshaller
java.lang.Object
software.amazon.awssdk.protocols.json.internal.marshall.NullAsEmptyBodyProtocolRequestMarshaller
- All Implemented Interfaces:
- ProtocolMarshaller<SdkHttpFullRequest>
@SdkInternalApi
public class NullAsEmptyBodyProtocolRequestMarshaller
extends Object
implements ProtocolMarshaller<SdkHttpFullRequest>
AWS services expect an empty body when the payload member is null instead of an explicit JSON null.
- 
Constructor SummaryConstructorsConstructorDescription
- 
Method Summary
- 
Constructor Details- 
NullAsEmptyBodyProtocolRequestMarshaller
 
- 
- 
Method Details- 
marshall- Specified by:
- marshallin interface- ProtocolMarshaller<SdkHttpFullRequest>
 
 
-