}
}
public synchronized GetItemResult getItem(GetItemRequest request) throws InternalServerErrorException, ResourceNotFoundException {
// Validate data coming in
GetItemRequestValidator validator = new GetItemRequestValidator();
List<Error> errors = validator.validate(request);
if (errors.size() != 0) {
throw new AmazonServiceException(errors.toString());
}
// get information