Class XmlUnmarshallerContext
- java.lang.Object
-
- software.amazon.awssdk.protocols.xml.internal.unmarshall.XmlUnmarshallerContext
-
public final class XmlUnmarshallerContext extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXmlUnmarshallerContext.BuilderBuilder for aXmlUnmarshallerContext.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static XmlUnmarshallerContext.Builderbuilder()<T> XmlUnmarshaller<Object>getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)XmlProtocolUnmarshallerprotocolUnmarshaller()SdkHttpFullResponseresponse()
-
-
-
Method Detail
-
response
public SdkHttpFullResponse response()
- Returns:
- The
SdkHttpFullResponseof the API call.
-
protocolUnmarshaller
public XmlProtocolUnmarshaller protocolUnmarshaller()
-
getUnmarshaller
public <T> XmlUnmarshaller<Object> getUnmarshaller(MarshallLocation marshallLocation, MarshallingType<T> marshallingType)
-
builder
public static XmlUnmarshallerContext.Builder builder()
- Returns:
- Builder instance to construct a
XmlUnmarshallerContext.
-
-