Class AwsXmlUnmarshallingContext.Builder
java.lang.Object
software.amazon.awssdk.protocols.xml.internal.unmarshall.AwsXmlUnmarshallingContext.Builder
- Enclosing class:
 AwsXmlUnmarshallingContext
- 
Method Summary
Modifier and TypeMethodDescriptionbuild()executionAttributes(ExecutionAttributes executionAttributes) isResponseSuccess(Boolean isResponseSuccess) parsedErrorXml(XmlElement parsedErrorXml) parsedXml(XmlElement parsedXml) sdkHttpFullResponse(SdkHttpFullResponse sdkHttpFullResponse)  
- 
Method Details
- 
sdkHttpFullResponse
public AwsXmlUnmarshallingContext.Builder sdkHttpFullResponse(SdkHttpFullResponse sdkHttpFullResponse)  - 
parsedXml
 - 
executionAttributes
public AwsXmlUnmarshallingContext.Builder executionAttributes(ExecutionAttributes executionAttributes)  - 
isResponseSuccess
 - 
parsedErrorXml
 - 
build
 
 -