@NotThreadSafe public class RpcV2CborErrorResponseMetadata extends Object
RpcV2CborErrorResponseHandler
for the client.Constructor and Description |
---|
RpcV2CborErrorResponseMetadata() |
Modifier and Type | Method and Description |
---|---|
boolean |
getAwsQueryCompatible() |
String |
getCustomErrorCodeFieldName() |
List<RpcV2CborErrorShapeMetadata> |
getErrorShapes() |
RpcV2CborErrorResponseMetadata |
withAwsQueryCompatible(Boolean hasAwsQueryCompatible) |
RpcV2CborErrorResponseMetadata |
withCustomErrorCodeFieldName(String errorCodeFieldName) |
RpcV2CborErrorResponseMetadata |
withErrorShapes(List<RpcV2CborErrorShapeMetadata> errorShapes) |
public String getCustomErrorCodeFieldName()
public RpcV2CborErrorResponseMetadata withCustomErrorCodeFieldName(String errorCodeFieldName)
public List<RpcV2CborErrorShapeMetadata> getErrorShapes()
public RpcV2CborErrorResponseMetadata withErrorShapes(List<RpcV2CborErrorShapeMetadata> errorShapes)
public boolean getAwsQueryCompatible()
public RpcV2CborErrorResponseMetadata withAwsQueryCompatible(Boolean hasAwsQueryCompatible)