public final class XmlProtocolMarshaller extends Object implements ProtocolMarshaller<SdkHttpFullRequest>
ProtocolMarshaller
for REST-XML services. This is currently only Cloudfront, Route53,
and S3.Modifier and Type | Class and Description |
---|---|
static class |
XmlProtocolMarshaller.Builder
Builder for
XmlProtocolMarshaller . |
Modifier and Type | Field and Description |
---|---|
static ValueToStringConverter.ValueToString<Instant> |
INSTANT_VALUE_TO_STRING |
Modifier and Type | Method and Description |
---|---|
static XmlProtocolMarshaller.Builder |
builder() |
SdkHttpFullRequest |
marshall(SdkPojo pojo) |
public static final ValueToStringConverter.ValueToString<Instant> INSTANT_VALUE_TO_STRING
public SdkHttpFullRequest marshall(SdkPojo pojo)
marshall
in interface ProtocolMarshaller<SdkHttpFullRequest>
public static XmlProtocolMarshaller.Builder builder()
XmlProtocolMarshaller.Builder
instance.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.