31323334353637383940
// marshaller understands. String errorCode = parseErrorCode(json); if (errorCode == null || !errorCode.equals("InternalErrorException")) return null; InternalErrorException e = (InternalErrorException)super.unmarshall(json); return e; }
313233343536373839