public class AwsXmlUnmarshallingContext extends Object
AwsXmlPredicatedResponseHandler.| Modifier and Type | Class and Description |
|---|---|
static class |
AwsXmlUnmarshallingContext.Builder |
| Modifier and Type | Method and Description |
|---|---|
static AwsXmlUnmarshallingContext.Builder |
builder() |
boolean |
equals(Object o) |
ExecutionAttributes |
executionAttributes()
The
ExecutionAttributes associated with this request. |
int |
hashCode() |
Boolean |
isResponseSuccess()
true if the response indicates success; false if not; null if that has not been determined yet
|
XmlElement |
parsedErrorXml()
The parsed XML of just the error.
|
XmlElement |
parsedRootXml()
The parsed XML of the body, or null if there was no body.
|
SdkHttpFullResponse |
sdkHttpFullResponse()
The HTTP response.
|
AwsXmlUnmarshallingContext.Builder |
toBuilder() |
public static AwsXmlUnmarshallingContext.Builder builder()
public SdkHttpFullResponse sdkHttpFullResponse()
public XmlElement parsedRootXml()
public ExecutionAttributes executionAttributes()
ExecutionAttributes associated with this request.public Boolean isResponseSuccess()
public XmlElement parsedErrorXml()
public AwsXmlUnmarshallingContext.Builder toBuilder()
Copyright © 2022. All rights reserved.