Package com.amazonaws.protocol.json
Class JsonErrorResponseMetadata
- java.lang.Object
-
- com.amazonaws.protocol.json.JsonErrorResponseMetadata
-
@NotThreadSafe public class JsonErrorResponseMetadata extends Object
Contains various metadata needed to create an appropriateJsonErrorResponseHandler
for the client.
-
-
Constructor Summary
Constructors Constructor Description JsonErrorResponseMetadata()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCustomErrorCodeFieldName()
JsonErrorResponseMetadata
withCustomErrorCodeFieldName(String errorCodeFieldName)
-
-
-
Method Detail
-
getCustomErrorCodeFieldName
public String getCustomErrorCodeFieldName()
-
withCustomErrorCodeFieldName
public JsonErrorResponseMetadata withCustomErrorCodeFieldName(String errorCodeFieldName)
-
-