Class NullAsEmptyBodyProtocolRequestMarshaller
java.lang.Object
software.amazon.awssdk.protocols.json.internal.marshall.NullAsEmptyBodyProtocolRequestMarshaller
- All Implemented Interfaces:
ProtocolMarshaller<SdkHttpFullRequest>
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 Summary
ConstructorsConstructorDescription -
Method Summary
-
Constructor Details
-
NullAsEmptyBodyProtocolRequestMarshaller
-
-
Method Details
-
marshall
- Specified by:
marshall
in interfaceProtocolMarshaller<SdkHttpFullRequest>
-