Class XmlProtocolMarshaller
- java.lang.Object
-
- software.amazon.awssdk.protocols.xml.internal.marshall.XmlProtocolMarshaller
-
- All Implemented Interfaces:
ProtocolMarshaller<SdkHttpFullRequest>
public final class XmlProtocolMarshaller extends Object implements ProtocolMarshaller<SdkHttpFullRequest>
Implementation ofProtocolMarshallerfor REST-XML services. This is currently only Cloudfront, Route53, and S3.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXmlProtocolMarshaller.BuilderBuilder forXmlProtocolMarshaller.
-
Field Summary
Fields Modifier and Type Field Description static ValueToStringConverter.ValueToString<Instant>INSTANT_VALUE_TO_STRING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlProtocolMarshaller.Builderbuilder()SdkHttpFullRequestmarshall(SdkPojo pojo)
-
-
-
Field Detail
-
INSTANT_VALUE_TO_STRING
public static final ValueToStringConverter.ValueToString<Instant> INSTANT_VALUE_TO_STRING
-
-
Method Detail
-
marshall
public SdkHttpFullRequest marshall(SdkPojo pojo)
- Specified by:
marshallin interfaceProtocolMarshaller<SdkHttpFullRequest>
-
builder
public static XmlProtocolMarshaller.Builder builder()
- Returns:
- New
XmlProtocolMarshaller.Builderinstance.
-
-